ScoopInstaller_Main/bucket/firebase.json
2025-05-09 20:29:42 +00:00

22 lines
757 B
JSON

{
"version": "14.3.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.3.1/firebase-tools-win.exe#/firebase.exe",
"hash": "d4f31061251bed666914d7c94f6e9bb0a8d30e6daa97bcbc3bd080b0a28611c8"
}
},
"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"
}
}
}
}