ScoopInstaller_Main/bucket/firebase.json
2023-06-15 20:25:02 +00:00

22 lines
757 B
JSON

{
"version": "12.4.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/v12.4.0/firebase-tools-win.exe#/firebase.exe",
"hash": "2502b2d150a91101b2934af7bf6902fda8fee5c16268112acabbef5fba7fa806"
}
},
"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"
}
}
}
}