-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy path.npmrc
More file actions
20 lines (20 loc) · 734 Bytes
/
.npmrc
File metadata and controls
20 lines (20 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
; https://pnpm.io/cli/run#enable-pre-post-scripts
enable-pre-post-scripts=true
; https://pnpm.io/npmrc#node-linker
; node-linker=hoisted
; https://pnpm.io/npmrc#shamefully-hoist
;shamefully-hoist=true
;auto-install-peers=true
; https://pnpm.io/npmrc#public-hoist-pattern
; https://pnpm.io/npmrc#public-hoist-pattern
public-hoist-pattern[]=*it-pipe*
public-hoist-pattern[]=*@libp2p/interfaces*
public-hoist-pattern[]=*remark*
; https://pnpm.io/npmrc#node-version
node-version=22.17.0
; https://pnpm.io/npmrc#engine-strict
engine-strict=true
ignore-workspace-root-check=true
; https://pnpm.io/npmrc#node-options
; why: https://github.com/vercel/next.js/discussions/70423
; node-options=--network-family-autoselection-attempt-timeout=500