mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 03:21:37 +00:00
22 lines
757 B
JSON
22 lines
757 B
JSON
{
|
|
"version": "13.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/v13.3.1/firebase-tools-win.exe#/firebase.exe",
|
|
"hash": "a2bf0567129672ca71876d9a78b4d6a7efea6a4339df9b211de5d13be463cc3a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|