mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-02 03:02:49 -05:00
29 lines
610 B
JSON
29 lines
610 B
JSON
{
|
|
"name": "@pnpm/linux-arm64",
|
|
"version": "7.6.0",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"bin": {
|
|
"pnpm": "pnpm"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
]
|
|
},
|
|
"funding": "https://opencollective.com/pnpm",
|
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/artifacts/linux-arm64",
|
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/artifacts/linux-arm64#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
},
|
|
"keywords": [
|
|
"pnpm7"
|
|
],
|
|
"devDependencies": {
|
|
"@pnpm/linux-arm64": "workspace:*"
|
|
}
|
|
}
|