ScoopInstaller_Main/bucket/firebase.json
2024-08-21 20:27:42 +00:00

22 lines
759 B
JSON

{
"version": "13.15.4",
"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/v13.15.4/firebase-tools-win.exe#/firebase.exe",
"hash": "faa67084ab9fa41ac7af55ff84e3616ad76cf485afbac0c0cc8b6ce654edc5f7"
}
},
"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"
}
}
}
}