{
  "name": "cliproxyapi-brew-updater",
  "version": "0.1.8",
  "description": "CLIProxyAPI Homebrew updater for macOS that installs upstream GitHub release binaries while preserving brew services.",
  "bin": {
    "cliproxyapi-brew-updater": "bin/cliproxyapi-brew-updater"
  },
  "files": [
    "bin",
    "CHANGELOG.md",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "check": "bash -n bin/cliproxyapi-brew-updater",
    "test": "bash tests/latest-without-api.sh && bash tests/up-to-date-skip.sh && bash tests/aarch64-asset-name.sh && bash tests/status-json.sh && bash tests/dry-run.sh && bash tests/repair.sh && bash tests/repair-corrupt-binary.sh && bash tests/update-corrupt-fast-path.sh && bash tests/repair-version-prefix-mismatch.sh && bash tests/atomic-install.sh"
  },
  "keywords": [
    "cliproxyapi",
    "cli-proxy-api",
    "cli-proxyapi",
    "cliproxyapi-updater",
    "homebrew-cliproxyapi",
    "homebrew",
    "brew-services",
    "macos",
    "github-release",
    "npx",
    "updater"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Veath/cliproxyapi-brew-updater.git"
  },
  "bugs": {
    "url": "https://github.com/Veath/cliproxyapi-brew-updater/issues"
  },
  "homepage": "https://github.com/Veath/cliproxyapi-brew-updater#readme",
  "license": "MIT"
}
