ScoopInstaller_Main/bucket/firebase.json
2021-12-17 00:34:00 +00:00

22 lines
757 B
JSON

{
"version": "10.0.1",
"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.0.1/firebase-tools-win.exe#/firebase.exe",
"hash": "616a3552b2692cf5b5aeab4885f3c0a8a2546891b0f3753913a5bc97f859d8a8"
}
},
"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"
}
}
}
}