litellm/.npmrc
Yuneng Jiang 52f2176ba9
fix: add .npmrc files from main and sync Dockerfile.non_root with main
The cherry-picked node-gyp PR requires .npmrc to exist (mv .npmrc .npmrc.bak).
Also syncs the full Dockerfile.non_root with main to use npm ci instead of
npm install --legacy-peer-deps.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 10:25:48 -07:00

5 lines
191 B
Text

# Supply-chain hardening
# Packages needing lifecycle scripts: npm rebuild <pkg>
ignore-scripts=true
# Protects local npm install only — npm ci (used in CI) ignores this
min-release-age=3d