ScoopInstaller_Main/bucket/firebase.json
2023-04-27 16:26:53 +00:00

22 lines
759 B
JSON

{
"version": "11.29.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.29.1/firebase-tools-win.exe#/firebase.exe",
"hash": "577e2dedce7223ccac71dd52e6d0f2adcb55140a3518c4846b91faf2d8555f60"
}
},
"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"
}
}
}
}