ScoopInstaller_Main/bucket/firebase.json
2022-07-18 20:28:46 +00:00

22 lines
757 B
JSON

{
"version": "11.3.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.3.0/firebase-tools-win.exe#/firebase.exe",
"hash": "e9b48286356a9afc92246041227c1ecb873439e5e20b5ae61209d7da69dd7f4d"
}
},
"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"
}
}
}
}