mirror of
https://github.com/pnpm/action-setup.git
synced 2026-05-17 09:45:26 +08:00
31 lines
721 B
JSON
31 lines
721 B
JSON
{
|
|
"name": "bootstrap-pnpm",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"pnpm": "11.0.4"
|
|
}
|
|
},
|
|
"node_modules/pnpm": {
|
|
"version": "11.0.4",
|
|
"resolved": "https://registry.npmjs.org/pnpm/-/pnpm-11.0.4.tgz",
|
|
"integrity": "sha512-CjlxZQB6AU7VKRmmHl9GxIubyohATDA+yuzGP2Le9WOJjTxril1epYEes5jP4DqwXaGlzpY/Em1erUwC+TuDww==",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|