ScoopInstaller_Main/bucket/firebase.json
2024-08-28 00:33:31 +00:00

22 lines
759 B
JSON

{
"version": "13.16.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.16.0/firebase-tools-win.exe#/firebase.exe",
"hash": "5bc8d7a1b09b7e07496ea2b92cd322c46e73e714c8283c4341c2aaffe1e9b843"
}
},
"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"
}
}
}
}