ScoopInstaller_Main/bucket/firebase.json
2024-10-17 00:34:48 +00:00

22 lines
759 B
JSON

{
"version": "13.22.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.22.1/firebase-tools-win.exe#/firebase.exe",
"hash": "3360f7e3858d738af21e06796f6456bea44e27906ec019caadf27904e8f308c9"
}
},
"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"
}
}
}
}