{
  "name": "@simonyea/holysheep-cli",
  "version": "2.1.93",
  "description": "Claude Code/Cursor/Cline API relay for China — ¥1=$1, WeChat/Alipay payment, no credit card, no VPN. One command setup for all AI coding tools.",
  "scripts": {
    "build": "node scripts/build.mjs",
    "release": "node scripts/release.mjs",
    "release:patch": "node scripts/release.mjs patch --yes",
    "release:minor": "node scripts/release.mjs minor --yes",
    "test": "node tests/api-key-prefix.test.js && node tests/doctor-connectivity.test.js && node tests/model-catalog-opus48.test.js && node tests/droid.test.js && node tests/runtime-stale-upgrade.test.js && node tests/aionui-runtime-bundled.test.js && node tests/hermes.test.js && node tests/preflight.test.js && node tests/opencode-auth-purge.test.js && node tests/shell-winpath.test.js && node tests/openclaw-atomic-write.test.js && node tests/openclaw-disable-auth-direct.test.js && node tests/openclaw-restore-last-good.test.js && node tests/openclaw-autofix-restore-path.test.js && node tests/opencode-default-model.test.js && node tests/paths-bundled.test.js && node tests/aionui-runtime-resources.test.js && node tests/aionui-wrapper-claude-proxy.test.js && node tests/aionui-wrapper-probe.test.js && node tests/aionui-wrapper-proxy-integration.test.js && node tests/aionui-wrapper-all-clis-autoconf.test.js && node tests/aionui-wrapper-env-signal.test.js && node tests/aionui-wrapper-csp-rewrite.test.js && node tests/aionui-wrapper-banner-script-parse.test.js && node tests/aionui-wrapper-version-status.test.js && node tests/claude-process-proxy-ua.test.js && node tests/claude-proxy-daemon.test.js && node tests/claude-proxy-vscode-settings.test.js && node tests/claude-proxy-vscode-env.test.js && node tests/acptypes-patch.test.js && node tests/codex-approval-policy.test.js && node tests/codex-selfcheck.test.js && node tests/codex-desktop-config.test.js && node tests/version-check.test.js && node tests/runclaude-missing-binary.test.js && node tests/claude-timeout-hardening.test.js && node tests/claude-code-configure-preserve.test.js && node tests/webui-claude-proxy-virtual-tool.test.js && node tests/claude-code-windows-local-bin.test.js && node tests/qwen-code-config.test.js && node tests/codebuddy-config.test.js && node tests/hs-reset-routing.test.js && node tests/setup-auto-install-routing.test.js && node tests/upgrade-routing.test.js && node tests/desktop-installer-close-hook.test.js && node tests/desktop-installer-workflow.test.js && node tests/desktop-installer-aionui-default.test.js && node tests/desktop-auto-updater.test.js && node tests/aionui-wrapper-cli-bootstrap.test.js && node tests/webui-no-legacy-fallback.test.js && node tests/release-version-lockstep.test.js",
    "prepublishOnly": "npm run build && npm test && node scripts/check-tarball-size.js"
  },
  "keywords": [
    "openai-china",
    "claude-china",
    "anthropic-china",
    "api-relay-china",
    "claude-proxy",
    "openai-proxy",
    "gemini-proxy",
    "china-ai-api",
    "claude",
    "codex",
    "gemini",
    "cursor",
    "aider",
    "opencode",
    "openclaw",
    "cline",
    "continue",
    "api",
    "relay",
    "proxy",
    "china",
    "holysheep",
    "ai",
    "coding",
    "openai",
    "anthropic",
    "gpt",
    "llm",
    "api-key",
    "base-url",
    "claude-code-china",
    "claude-code-relay",
    "wechat-pay-api",
    "alipay-api",
    "no-credit-card"
  ],
  "homepage": "https://holysheep.ai",
  "repository": {
    "type": "git",
    "url": "git+https://gitee.com/simonyea/holysheep-cli.git"
  },
  "license": "MIT",
  "bin": {
    "hs": "dist/index.js",
    "holysheep": "dist/index.js"
  },
  "type": "commonjs",
  "main": "dist/index.js",
  "files": [
    "dist/index.js",
    "dist/configure-worker.js",
    "dist/process-proxy-inject.js",
    "dist/index.html",
    "dist/pty-hermes-wrapper.py",
    "dist/aionui-resources/assistant",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^11.1.0",
    "inquirer": "^8.2.6",
    "node-fetch": "^2.7.0",
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "esbuild": "^0.28.0"
  }
}
