ScoopInstaller_Main/bucket/firebase.json
2021-12-16 04:29:37 +00:00

22 lines
757 B
JSON

{
"version": "10.0.0",
"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/v10.0.0/firebase-tools-win.exe#/firebase.exe",
"hash": "fb6080da5afdefbddc64ebcd1a6e4b42615ab4f390d6229f9463e818d1266ac0"
}
},
"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"
}
}
}
}