ScoopInstaller_Main/bucket/firebase.json
2022-05-12 00:33:30 +00:00

22 lines
757 B
JSON

{
"version": "10.9.2",
"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.9.2/firebase-tools-win.exe#/firebase.exe",
"hash": "3062e4fe2ac2ccac1f92b5dc7de89dbe3a874fbdcefa8769fd2dcc822b2b04e1"
}
},
"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"
}
}
}
}