mirror of
https://github.com/pnpm/action-setup.git
synced 2026-06-16 10:47:05 +08:00
31 lines
721 B
JSON
31 lines
721 B
JSON
{
|
|
"name": "bootstrap-pnpm",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"pnpm": "11.7.0"
|
|
}
|
|
},
|
|
"node_modules/pnpm": {
|
|
"version": "11.7.0",
|
|
"resolved": "https://registry.npmjs.org/pnpm/-/pnpm-11.7.0.tgz",
|
|
"integrity": "sha512-GcyFLBIMcSV2DyRD7mvgyltA+fUFmN4aCaHxd1A+AQ5Xwjx3ZG4B52HeWb+HT7IqM5jDOrlpH8E+uUa28PTWIA==",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"pn": "bin/pnpm.mjs",
|
|
"pnpm": "bin/pnpm.mjs",
|
|
"pnpx": "bin/pnpx.mjs",
|
|
"pnx": "bin/pnpx.mjs"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.13"
|
|
},
|
|
"funding": {
|
|
"url": "https://opencollective.com/pnpm"
|
|
}
|
|
}
|
|
}
|
|
}
|