; ~/.npmrc

; default registry
registry=https://registry.npmjs.org/

; local packages: "npm install -g foo-bar"
prefix=${HOME}/.local

; disable fund-spam
fund=false

; suppresses notifications about new npm versions
update-notifier=false

; reduce the attack surface for supply chain attacks
min-release-age=3

; disable pre- und post-scripts
ignore-scripts=true

; vim: ft=dosini
