Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 3 additions & 36 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,37 +1,4 @@
# NPM Configuration for GitVan
# GitVan npm Configuration
# Required for Node.js v22 compatibility with @inrupt/universal-fetch@1.0.3

# Use strict peer dependencies
strict-peer-dependencies=true

# Engine strict - enforce Node.js version requirements
engine-strict=true

# Save exact versions (not ranges) for better reproducibility
save-exact=false

# Package lock
package-lock=true

# Audit level - fail on high severity vulnerabilities
audit-level=high

# Progress indicator
progress=true

# Fund messages
fund=false

# Update notifier
update-notifier=false

# Logs directory
logs-dir=.npm/_logs

# Registry (default npm registry)
registry=https://registry.npmjs.org/

# Prefer offline when packages are cached
prefer-offline=true

# Cache verification
cache-verify=true
engine-strict=false
Loading
Loading