; ~/.npmrc, %USERPROFILE%\.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

; whitelist for packages with pre- and post-scripts
allow-scripts=tree-sitter-cli

; vim: ft=dosini
