mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 22:41:20 +00:00
20 lines
634 B
JSON
20 lines
634 B
JSON
{
|
|
"version": "7.1.3",
|
|
"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.3/pnpm-win-x64.exe#/pnpm.exe",
|
|
"hash": "533f2f552d9a50d592ed53548bdc0d98aed4e2fbe08d033a3434ab18c400527d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|