mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
22 lines
757 B
JSON
22 lines
757 B
JSON
{
|
|
"version": "13.0.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.0.0/firebase-tools-win.exe#/firebase.exe",
|
|
"hash": "96af799c214ce95c062b567b4d54cda99f84c74c9bd523e1be582d8b392e81a6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|