mirror of
https://github.com/pnpm/action-setup.git
synced 2026-08-09 21:38:52 +08:00
48261aca05
* fix: update pnpm to v11.19.0 Via `scripts/update-bootstrap.mjs 11.19.0` Co-authored-by: Claude Sonnet 5 <jamie.tanna+claude-code@mend.io> * fixup! fix: update pnpm to v11.19.0 As it needs to be rebuilt on Linux. --------- Co-authored-by: Claude Sonnet 5 <jamie.tanna+claude-code@mend.io>
31 lines
724 B
JSON
31 lines
724 B
JSON
{
|
|
"name": "bootstrap-pnpm",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"dependencies": {
|
|
"pnpm": "11.19.0"
|
|
}
|
|
},
|
|
"node_modules/pnpm": {
|
|
"version": "11.19.0",
|
|
"resolved": "https://registry.npmjs.org/pnpm/-/pnpm-11.19.0.tgz",
|
|
"integrity": "sha512-eIHz7VkNRyxKlV4riLISF5ERYGbcyIy8o4SeybYPG7qm0syyIfqR2k4cZb7yvL43k2Wup6xTnHv4be3DobItzg==",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|