Files
pnpm/fixtures/has-package-lock-json/package.json
2021-09-14 03:17:35 +03:00

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"
}
}