ScoopInstaller_Main/bucket/firebase.json
2022-07-07 20:27:57 +00:00

22 lines
757 B
JSON

{
"version": "11.2.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/v11.2.1/firebase-tools-win.exe#/firebase.exe",
"hash": "6253842a66f00f72cdfe9d247100dda170cb1ee58229fa39048e0d277de5d34b"
}
},
"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"
}
}
}
}