ScoopInstaller_Main/bucket/firebase.json
2024-10-30 20:27:59 +00:00

22 lines
759 B
JSON

{
"version": "13.23.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.23.1/firebase-tools-win.exe#/firebase.exe",
"hash": "f223c8f9b0958f4700be972dab1d4c939c0d0364b31d22696f52e81aa16bbc89"
}
},
"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"
}
}
}
}