mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 09:28:24 -04:00
12 lines
196 B
JSON
12 lines
196 B
JSON
{
|
|
"name": "has-package-lock-json",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"dep-of-pkg-with-1-dep": "^101.0.0",
|
|
"pkg-with-1-dep": "*"
|
|
},
|
|
"scripts": {
|
|
"prepare": "exit 1"
|
|
}
|
|
}
|