ScoopInstaller_Main/bucket/firebase.json
2024-05-08 20:25:06 +00:00

22 lines
757 B
JSON

{
"version": "13.8.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/v13.8.1/firebase-tools-win.exe#/firebase.exe",
"hash": "c89b7b09f04736ed6c18944badb226bfc534b27eee99fdb35a29a5202c130a0b"
}
},
"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"
}
}
}
}