|
1 | 1 | { |
2 | 2 | "name": "claude-code-best", |
3 | | - "version": "1.3.6", |
| 3 | + "version": "1.3.7", |
4 | 4 | "description": "Reverse-engineered Anthropic Claude Code CLI — interactive AI coding assistant in the terminal", |
5 | 5 | "type": "module", |
6 | 6 | "author": "claude-code-best <claude-code-best@proton.me>", |
|
53 | 53 | "health": "bun run scripts/health-check.ts", |
54 | 54 | "postinstall": "node scripts/postinstall.cjs && node scripts/setup-chrome-mcp.mjs", |
55 | 55 | "docs:dev": "npx mintlify dev", |
| 56 | + "typecheck": "tsc --noEmit", |
56 | 57 | "rcs": "bun run scripts/rcs.ts" |
57 | 58 | }, |
58 | 59 | "dependencies": { |
59 | 60 | "ws": "^8.20.0", |
60 | 61 | "@claude-code-best/mcp-chrome-bridge": "^2.0.7" |
61 | 62 | }, |
62 | 63 | "devDependencies": { |
63 | | - "@types/he": "^1.2.3", |
64 | | - "@langfuse/otel": "^5.1.0", |
65 | | - "@langfuse/tracing": "^5.1.0", |
66 | | - "@types/lodash-es": "^4.17.12", |
67 | 64 | "@alcalzone/ansi-tokenize": "^0.3.0", |
68 | 65 | "@anthropic-ai/model-provider": "workspace:*", |
69 | 66 | "@ant/claude-for-chrome-mcp": "workspace:*", |
|
78 | 75 | "@anthropic-ai/sdk": "^0.80.0", |
79 | 76 | "@anthropic-ai/vertex-sdk": "^0.14.4", |
80 | 77 | "@anthropic/ink": "workspace:*", |
81 | | - "@claude-code-best/builtin-tools": "workspace:*", |
82 | | - "@claude-code-best/agent-tools": "workspace:*", |
83 | | - "@claude-code-best/mcp-client": "workspace:*", |
84 | 78 | "@aws-sdk/client-bedrock": "^3.1020.0", |
85 | 79 | "@aws-sdk/client-bedrock-runtime": "^3.1020.0", |
86 | 80 | "@aws-sdk/client-sts": "^3.1020.0", |
87 | 81 | "@aws-sdk/credential-provider-node": "^3.972.28", |
88 | 82 | "@aws-sdk/credential-providers": "^3.1020.0", |
89 | 83 | "@azure/identity": "^4.13.1", |
90 | 84 | "@biomejs/biome": "^2.4.10", |
| 85 | + "@claude-code-best/agent-tools": "workspace:*", |
| 86 | + "@claude-code-best/builtin-tools": "workspace:*", |
| 87 | + "@claude-code-best/mcp-client": "workspace:*", |
91 | 88 | "@commander-js/extra-typings": "^14.0.0", |
92 | 89 | "@growthbook/growthbook": "^1.6.5", |
| 90 | + "@langfuse/otel": "^5.1.0", |
| 91 | + "@langfuse/tracing": "^5.1.0", |
93 | 92 | "@modelcontextprotocol/sdk": "^1.29.0", |
94 | 93 | "@opentelemetry/api": "^1.9.1", |
95 | 94 | "@opentelemetry/api-logs": "^0.214.0", |
|
112 | 111 | "@sentry/node": "^10.47.0", |
113 | 112 | "@smithy/core": "^3.23.13", |
114 | 113 | "@smithy/node-http-handler": "^4.5.1", |
115 | | - "@types/bun": "^1.3.11", |
| 114 | + "@types/bun": "^1.3.12", |
116 | 115 | "@types/cacache": "^20.0.1", |
| 116 | + "@types/he": "^1.2.3", |
| 117 | + "@types/lodash-es": "^4.17.12", |
| 118 | + "@types/node": "^25.6.0", |
117 | 119 | "@types/picomatch": "^4.0.3", |
118 | 120 | "@types/plist": "^3.0.5", |
119 | 121 | "@types/proper-lockfile": "^4.1.4", |
|
0 commit comments