ScoopInstaller_Main/bucket/firebase.json
2022-05-19 00:33:08 +00:00

22 lines
757 B
JSON

{
"version": "11.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/v11.0.0/firebase-tools-win.exe#/firebase.exe",
"hash": "7e7ca5ca8da5f807ec61e71be636c1057615e9cb48ecc2a0678af6e82e1b7849"
}
},
"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"
}
}
}
}