{
  "name": "@go-hare/claude-code",
  "version": "2.7.50",
  "description": "Source restoration / engineering rebuild of Anthropic Claude Code CLI — multi-provider models, self-hosted Remote Control, ACP, daemon sessions, MCP, plugins, and terminal automation",
  "type": "module",
  "author": "DeQiang",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/go-hare/claude-code-1.git"
  },
  "homepage": "https://github.com/go-hare/claude-code-1#readme",
  "bugs": {
    "url": "https://github.com/go-hare/claude-code-1/issues"
  },
  "keywords": [
    "claude",
    "anthropic",
    "cli",
    "ai",
    "coding-assistant",
    "terminal",
    "repl",
    "mcp",
    "acp",
    "remote-control",
    "daemon",
    "multi-provider"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "bin": {
    "claude": "bin/claude.exe"
  },
  "files": [
    "bin/claude.exe",
    "install.cjs",
    "cli-wrapper.cjs",
    "README.md"
  ],
  "optionalDependencies": {
    "@go-hare/claude-code-darwin-arm64": ">=2.7.50",
    "@go-hare/claude-code-darwin-x64": ">=2.7.50",
    "@go-hare/claude-code-linux-x64": ">=2.7.50",
    "@go-hare/claude-code-linux-arm64": ">=2.7.50",
    "@go-hare/claude-code-linux-x64-musl": ">=2.7.50",
    "@go-hare/claude-code-linux-arm64-musl": ">=2.7.50",
    "@go-hare/claude-code-win32-x64": ">=2.7.50",
    "@go-hare/claude-code-win32-arm64": ">=2.7.50",
    "doubaoime-asr": "^0.1.0"
  },
  "scripts": {
    "postinstall": "node install.cjs"
  },
  "dependencies": {
    "@agentclientprotocol/sdk": "^0.19.0",
    "@modelcontextprotocol/client": "2.0.0",
    "@modelcontextprotocol/server": "2.0.0",
    "highlight.js": "^11.11.1",
    "parse5": "^8.0.1",
    "ws": "^8.20.0"
  },
  "lint-staged": {
    "*.{ts,tsx,js,mjs,jsx}": [
      "biome check --fix --no-errors-on-unmatched"
    ],
    "*.{json,jsonc}": [
      "biome format --write --no-errors-on-unmatched"
    ]
  }
}
