mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 04:31:27 +00:00
20 lines
634 B
JSON
20 lines
634 B
JSON
{
|
|
"version": "7.1.1",
|
|
"description": "A fast and disk space efficient Node package manager.",
|
|
"homepage": "https://pnpm.io/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/pnpm/pnpm/releases/download/v7.1.1/pnpm-win-x64.exe#/pnpm.exe",
|
|
"hash": "d759725c34322b58527a4949375ed54d49c42baf979ff0347baef937c49a9765"
|
|
}
|
|
},
|
|
"bin": "pnpm.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/pnpm/pnpm"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/pnpm/pnpm/releases/download/v$version/pnpm-win-x64.exe#/pnpm.exe"
|
|
}
|
|
}
|