mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-24 10:01:48 -04:00
26 lines
496 B
JSON
26 lines
496 B
JSON
{
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"pinVersions": false,
|
|
"ignorePaths": ["test/"],
|
|
"ignoreDeps": [
|
|
"@pnpm/config",
|
|
"@pnpm/default-fetcher",
|
|
"@pnpm/default-resolver",
|
|
"@pnpm/headless",
|
|
"@pnpm/logger",
|
|
"@pnpm/outdated",
|
|
"@pnpm/server",
|
|
"@pnpm/types",
|
|
"@pnpm/utils",
|
|
"pnpm-default-reporter",
|
|
"pnpm-file-reporter",
|
|
"pnpm-install-checks",
|
|
"pnpm-registry-mock",
|
|
"pnpm-shrinkwrap",
|
|
"remove-all-except-outer-links",
|
|
"supi"
|
|
]
|
|
}
|