ScoopInstaller_Main/bucket/firebase.json
2022-07-13 00:34:06 +00:00

22 lines
757 B
JSON

{
"version": "11.2.2",
"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.2/firebase-tools-win.exe#/firebase.exe",
"hash": "f754e6c48e0beedb5f75fb3e58d7cffda0b43a98f578673d54a6bce5f43e9f49"
}
},
"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"
}
}
}
}