aboutsummaryrefslogtreecommitdiff
path: root/npm/npmrc
blob: ada10e4887bd9231b7e91c3206f296d135a98b1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
; ~/.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