ScoopInstaller_Main/bucket/firebase.json
2022-04-20 00:33:46 +00:00

22 lines
757 B
JSON

{
"version": "10.7.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/v10.7.0/firebase-tools-win.exe#/firebase.exe",
"hash": "d1d5faa6dc08b671d70c1b3e93b71b2f4441fd1a905c50cca5967276987e5054"
}
},
"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"
}
}
}
}