Files
GNX-WEB/frontEnd/.npmrc
Iliyan Angelov 6a9e823402 updates
2025-12-10 01:36:00 +02:00

18 lines
397 B
Plaintext

# Security Settings
audit=true
audit-level=moderate
fund=false
package-lock=true
save-exact=false
# Prevent postinstall scripts from unknown packages
ignore-scripts=false
# Use registry with security
registry=https://registry.npmjs.org/
# Security: Prevent execution of scripts during install
# Only allow scripts from trusted packages
# This will be enforced via package.json scripts section