ScoopInstaller_Main/bucket/firebase.json
2024-02-07 20:23:46 +00:00

22 lines
757 B
JSON

{
"version": "13.2.1",
"description": "Test, manage, and deploy Firebase project from the command line",
"homepage": "https://github.com/firebase/firebase-tools",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/firebase/firebase-tools/releases/download/v13.2.1/firebase-tools-win.exe#/firebase.exe",
"hash": "4a9b213e2f30c8b7c9a11a406a64a025ba574dd4f979176d66991ec106d4fb61"
}
},
"bin": "firebase.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/firebase/firebase-tools/releases/download/v$version/firebase-tools-win.exe#/firebase.exe"
}
}
}
}