ScoopInstaller_Main/bucket/firebase.json
2023-05-17 00:34:56 +00:00

22 lines
757 B
JSON

{
"version": "12.0.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/v12.0.1/firebase-tools-win.exe#/firebase.exe",
"hash": "d553b6bef6adfcb551d7be74616b209744f9f66b5ea6cd5037259670f2987479"
}
},
"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"
}
}
}
}