18 lines
397 B
Plaintext
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
|
|
|