ScoopInstaller_Main/bucket/firebase.json
2025-08-15 04:30:57 +00:00

22 lines
759 B
JSON

{
"version": "14.12.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/v14.12.1/firebase-tools-win.exe#/firebase.exe",
"hash": "1ff5fbd9c56c16ce1e890952e03d99d7515758760831ff04dcb844ad4f968293"
}
},
"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"
}
}
}
}