{
  "name": "codex-cli-switcher",
  "version": "1.0.9",
  "description": "A macOS command-line switcher for routing OpenAI Codex CLI between native ChatGPT, CLIProxyAPI, and 9Router backends.",
  "license": "MIT",
  "author": "ntdung6868 <ntdungqlqb@gmail.com>",
  "homepage": "https://github.com/ntdung6868/codex-cli-switcher#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ntdung6868/codex-cli-switcher.git"
  },
  "bugs": {
    "url": "https://github.com/ntdung6868/codex-cli-switcher/issues"
  },
  "bin": {
    "codex-cli-switcher": "cxsw",
    "codex-switcher": "cxsw",
    "cxsw": "cxsw"
  },
  "files": [
    "cxsw",
    "lib/codex-config.py",
    "lib/codex-doctor.py",
    "lib/codex-plugin-guard.py",
    "lib/codex-sessions.py",
    "lib/import-9router.py",
    "lib/ungzip-proxy.py",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "os": [
    "darwin"
  ],
  "keywords": [
    "codex",
    "openai",
    "codex-cli",
    "cliproxy",
    "9router",
    "cli",
    "macos"
  ],
  "scripts": {
    "check": "zsh -n cxsw && python3 -m py_compile lib/codex-config.py lib/codex-doctor.py lib/codex-plugin-guard.py lib/codex-sessions.py lib/import-9router.py lib/ungzip-proxy.py",
    "pack:dry": "npm pack --dry-run"
  }
}
