mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-10 18:18:56 -04:00
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"name": "has-package-lock-json",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"@pnpm.e2e/dep-of-pkg-with-1-dep": "^101.0.0",
|
|
"@pnpm.e2e/pkg-with-1-dep": "*"
|
|
},
|
|
"scripts": {
|
|
"prepare": "exit 1"
|
|
}
|
|
}
|