ScoopInstaller_Main/bucket/firebase.json
2022-11-16 00:33:09 +00:00

22 lines
759 B
JSON

{
"version": "11.16.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.16.1/firebase-tools-win.exe#/firebase.exe",
"hash": "3d1be30ae80c45f0979243e8be76add8fa02e4be315e15428114a7d690b525f9"
}
},
"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"
}
}
}
}