Skip to content
Latchkey

Runtime Dependency - CI/CD Glossary Definition

A runtime dependency is a package the application needs to execute in production, not just to build it. In npm these live in dependencies rather than devDependencies.

Why the split matters

Keeping runtime and dev dependencies separate lets you ship a smaller production artifact and makes vulnerability triage clearer, since dev-only CVEs do not reach production.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →