mirror of
https://github.com/pnpm/action-setup.git
synced 2026-05-14 14:23:32 +08:00
* fix: update pnpm to v11.1.1 * fix: update bundle --------- Co-authored-by: Zoltan Kochan <z@kochan.io>
31 lines
721 B
JSON
31 lines
721 B
JSON
{
|
|
"name": "bootstrap-pnpm",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"pnpm": "11.1.1"
|
|
}
|
|
},
|
|
"node_modules/pnpm": {
|
|
"version": "11.1.1",
|
|
"resolved": "https://registry.npmjs.org/pnpm/-/pnpm-11.1.1.tgz",
|
|
"integrity": "sha512-0f319zxhe2T6GlaoHDyN/g6WbjOmAQqiVrUXrne+Idk+Ba/8DeGoOw5PKdVp9otEaujwaM1yR8C7PfD7TXvfmg==",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|