{
  "name": "@funnycode/myclaude",
  "version": "0.1.292",
  "private": false,
  "description": "An open-source AI coding assistant in your terminal - powered by Claude",
  "license": "MIT",
  "type": "module",
  "packageManager": "bun@1.3.5",
  "repository": {
    "type": "git",
    "url": "https://github.com/thomaslwq/myclaude.git"
  },
  "bugs": {
    "url": "https://github.com/thomaslwq/myclaude/issues"
  },
  "homepage": "https://github.com/thomaslwq/myclaude",
  "engines": {
    "bun": ">=1.3.5",
    "node": ">=18.17.0"
  },
  "scripts": {
    "dev": "bun run ./src/dev-entry.ts",
    "start": "bun run ./src/dev-entry.ts",
    "test": "bun test",
    "test:watch": "bun test --watch",
    "test:perf": "bun test src/tests/performance-regression.test.ts",
    "build": "bun run ./scripts/build.ts",
    "prepublishOnly": "bun run build",
    "version": "bun run ./src/dev-entry.ts --version"
  },
  "bin": {
    "myclaude": "bin/myclaude.cjs"
  },
  "files": [
    "dist/",
    "seed/",
    "bin/",
    "LICENSE",
    "README.md",
    "README.zh-CN.md",
    "CHANGELOG.md",
    "docs/funnycode.png",
    "shims/node-domexception/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@alcalzone/ansi-tokenize": "0.3.0",
    "@anthropic-ai/claude-agent-sdk": "0.3.207",
    "@anthropic-ai/mcpb": "2.1.2",
    "@anthropic-ai/sandbox-runtime": "0.0.44",
    "@anthropic-ai/sdk": "0.111.0",
    "@aws-sdk/client-bedrock-runtime": "3.1020.0",
    "@commander-js/extra-typings": "14.0.0",
    "@growthbook/growthbook": "1.6.5",
    "@modelcontextprotocol/sdk": "1.29.0",
    "@opentelemetry/api": "1.9.1",
    "@opentelemetry/api-logs": "0.221.0",
    "@opentelemetry/core": "1.28.0",
    "@opentelemetry/resources": "1.28.0",
    "@opentelemetry/sdk-logs": "0.52.0",
    "@opentelemetry/sdk-metrics": "1.28.0",
    "@opentelemetry/sdk-trace-base": "1.28.0",
    "@opentelemetry/semantic-conventions": "1.43.0",
    "ajv": "8.18.0",
    "asciichart": "1.5.25",
    "async-mutex": "0.5.0",
    "auto-bind": "5.0.1",
    "axios": "1.7.9",
    "bidi-js": "1.0.3",
    "chalk": "5.6.2",
    "chokidar": "5.0.0",
    "cli-boxes": "4.0.1",
    "code-excerpt": "4.0.0",
    "diff": "8.0.4",
    "emoji-regex": "10.6.0",
    "env-paths": "4.0.0",
    "execa": "9.6.1",
    "figures": "6.1.0",
    "fuse.js": "7.1.0",
    "get-east-asian-width": "1.5.0",
    "google-auth-library": "10.6.2",
    "highlight.js": "11.11.1",
    "https-proxy-agent": "8.0.0",
    "ignore": "7.0.5",
    "indent-string": "5.0.0",
    "ink": "6.8.0",
    "jsonc-parser": "3.3.1",
    "lodash-es": "4.17.23",
    "lru-cache": "11.5.2",
    "marked": "18.0.9",
    "p-map": "7.0.4",
    "picomatch": "4.0.4",
    "proper-lockfile": "4.1.2",
    "qrcode": "1.5.4",
    "react": "19.2.8",
    "react-reconciler": "0.33.0",
    "semver": "7.8.5",
    "shell-quote": "1.8.3",
    "signal-exit": "4.1.0",
    "stack-utils": "2.0.6",
    "strip-ansi": "7.2.0",
    "supports-hyperlinks": "4.4.0",
    "tree-kill": "1.2.2",
    "type-fest": "5.5.0",
    "undici": "7.24.6",
    "usehooks-ts": "3.1.1",
    "vscode-jsonrpc": "8.2.1",
    "vscode-languageserver-protocol": "3.17.5",
    "vscode-languageserver-types": "3.17.5",
    "wrap-ansi": "10.0.0",
    "ws": "8.20.0",
    "xss": "1.0.15",
    "yaml": "2.8.3",
    "zod": "4.4.3"
  },
  "optionalDependencies": {
    "@ant/claude-for-chrome-mcp": "file:./shims/ant-claude-for-chrome-mcp",
    "@ant/computer-use-input": "file:./shims/ant-computer-use-input",
    "@ant/computer-use-mcp": "file:./shims/ant-computer-use-mcp",
    "@ant/computer-use-swift": "file:./shims/ant-computer-use-swift",
    "color-diff-napi": "file:./shims/color-diff-napi",
    "modifiers-napi": "file:./shims/modifiers-napi",
    "node-domexception": "file:./shims/node-domexception",
    "url-handler-napi": "file:./shims/url-handler-napi"
  },
  "overrides": {
    "node-domexception": "file:./shims/node-domexception"
  }
}
