ScoopInstaller_Main/bucket/firebase.json
2022-09-28 00:40:54 +00:00

22 lines
759 B
JSON

{
"version": "11.11.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.11.0/firebase-tools-win.exe#/firebase.exe",
"hash": "3af5561a09091b62e76bed31d2e962186bc812b0dfa87f783f0a21accb1b57e3"
}
},
"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"
}
}
}
}