mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
22 lines
759 B
JSON
22 lines
759 B
JSON
{
|
|
"version": "13.13.3",
|
|
"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.13.3/firebase-tools-win.exe#/firebase.exe",
|
|
"hash": "584af9a0f2d49b07fa1b0512f091aaed295810736cb0983e88b45c78d76812ae"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|