ScoopInstaller_Main/bucket/firebase.json
2023-04-05 20:28:37 +00:00

22 lines
759 B
JSON

{
"version": "11.25.3",
"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.25.3/firebase-tools-win.exe#/firebase.exe",
"hash": "94316f116b33a261272763a0c1c261b792f57b6e052dba4bc2811965e4199d64"
}
},
"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"
}
}
}
}