ScoopInstaller_Main/bucket/firebase.json
2023-03-07 20:27:59 +00:00

22 lines
759 B
JSON

{
"version": "11.24.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.24.1/firebase-tools-win.exe#/firebase.exe",
"hash": "0f46e3f1ee46063ff7e46aa4917faa05a4bae06c10becc64999750d4b9515b9b"
}
},
"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"
}
}
}
}