mirror of
https://github.com/pnpm/action-setup.git
synced 2026-04-18 05:55:11 +00:00
31 lines
736 B
JSON
31 lines
736 B
JSON
{
|
|
"name": "bootstrap-pnpm",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"pnpm": "11.0.0-rc.2"
|
|
}
|
|
},
|
|
"node_modules/pnpm": {
|
|
"version": "11.0.0-rc.2",
|
|
"resolved": "https://registry.npmjs.org/pnpm/-/pnpm-11.0.0-rc.2.tgz",
|
|
"integrity": "sha512-JkEMwm1mi63d4ToKzyx1ytALgqR3vMHi/mKd1B1reP4/stm7Ujr/951qkfBr6bkKYDJUPzC19zkxI5yCCqXwAQ==",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|