ScoopInstaller_Main/bucket/firebase.json
2024-01-10 00:32:28 +00:00

22 lines
757 B
JSON

{
"version": "13.0.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/v13.0.3/firebase-tools-win.exe#/firebase.exe",
"hash": "0da67688168401ee7319541dfc3d8b3e1151f01ea94d7d122b7325550f7617a0"
}
},
"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"
}
}
}
}