ScoopInstaller_Main/bucket/firebase.json
2024-12-13 04:30:12 +00:00

22 lines
759 B
JSON

{
"version": "13.29.0",
"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.29.0/firebase-tools-win.exe#/firebase.exe",
"hash": "339f5db63cb03ae2882300bd826549d94189ced1cbc3aa5397881e7df8119785"
}
},
"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"
}
}
}
}