ScoopInstaller_Main/bucket/firebase.json
2023-02-24 00:34:05 +00:00

22 lines
759 B
JSON

{
"version": "11.24.0",
"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/v11.24.0/firebase-tools-win.exe#/firebase.exe",
"hash": "3c9d05a90432986dd262f1c3d14c12623b0faf7afc526927eed3a01f719b48dc"
}
},
"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"
}
}
}
}