ScoopInstaller_Main/bucket/firebase.json
2023-09-29 20:24:49 +00:00

22 lines
757 B
JSON

{
"version": "12.6.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/v12.6.1/firebase-tools-win.exe#/firebase.exe",
"hash": "7487d06087cb5b29165de2afcc89d1590bd55423de29caffc909d50b957780a0"
}
},
"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"
}
}
}
}