mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
20 lines
634 B
JSON
20 lines
634 B
JSON
{
|
|
"version": "7.1.0",
|
|
"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.0/pnpm-win-x64.exe#/pnpm.exe",
|
|
"hash": "fb4e9e5d11209922f44c7c861f829ebf3a167a82a20dd3b522acc69c42cb06d4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|