ScoopInstaller_Main/bucket/firebase.json
2024-02-22 00:34:25 +00:00

22 lines
757 B
JSON

{
"version": "13.3.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.3.1/firebase-tools-win.exe#/firebase.exe",
"hash": "a2bf0567129672ca71876d9a78b4d6a7efea6a4339df9b211de5d13be463cc3a"
}
},
"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"
}
}
}
}