|
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>", |
|
52 | 52 | "health": "bun run scripts/health-check.ts", |
53 | 53 | "postinstall": "node scripts/postinstall.cjs && node scripts/setup-chrome-mcp.mjs", |
54 | 54 | "docs:dev": "npx mintlify dev", |
| 55 | + "typecheck": "tsc --noEmit", |
55 | 56 | "rcs": "bun run scripts/rcs.ts" |
56 | 57 | }, |
57 | 58 | "dependencies": { |
58 | 59 | "ws": "^8.20.0", |
59 | 60 | "@claude-code-best/mcp-chrome-bridge": "^2.0.7" |
60 | 61 | }, |
61 | 62 | "devDependencies": { |
62 | | - "@types/he": "^1.2.3", |
63 | | - "@langfuse/otel": "^5.1.0", |
64 | | - "@langfuse/tracing": "^5.1.0", |
65 | | - "@types/lodash-es": "^4.17.12", |
66 | 63 | "@alcalzone/ansi-tokenize": "^0.3.0", |
67 | 64 | "@ant/claude-for-chrome-mcp": "workspace:*", |
68 | 65 | "@ant/computer-use-input": "workspace:*", |
|
76 | 73 | "@anthropic-ai/sdk": "^0.80.0", |
77 | 74 | "@anthropic-ai/vertex-sdk": "^0.14.4", |
78 | 75 | "@anthropic/ink": "workspace:*", |
79 | | - "@claude-code-best/builtin-tools": "workspace:*", |
80 | | - "@claude-code-best/agent-tools": "workspace:*", |
81 | | - "@claude-code-best/mcp-client": "workspace:*", |
82 | 76 | "@aws-sdk/client-bedrock": "^3.1020.0", |
83 | 77 | "@aws-sdk/client-bedrock-runtime": "^3.1020.0", |
84 | 78 | "@aws-sdk/client-sts": "^3.1020.0", |
85 | 79 | "@aws-sdk/credential-provider-node": "^3.972.28", |
86 | 80 | "@aws-sdk/credential-providers": "^3.1020.0", |
87 | 81 | "@azure/identity": "^4.13.1", |
88 | 82 | "@biomejs/biome": "^2.4.10", |
| 83 | + "@claude-code-best/agent-tools": "workspace:*", |
| 84 | + "@claude-code-best/builtin-tools": "workspace:*", |
| 85 | + "@claude-code-best/mcp-client": "workspace:*", |
89 | 86 | "@commander-js/extra-typings": "^14.0.0", |
90 | 87 | "@growthbook/growthbook": "^1.6.5", |
| 88 | + "@langfuse/otel": "^5.1.0", |
| 89 | + "@langfuse/tracing": "^5.1.0", |
91 | 90 | "@modelcontextprotocol/sdk": "^1.29.0", |
92 | 91 | "@opentelemetry/api": "^1.9.1", |
93 | 92 | "@opentelemetry/api-logs": "^0.214.0", |
|
110 | 109 | "@sentry/node": "^10.47.0", |
111 | 110 | "@smithy/core": "^3.23.13", |
112 | 111 | "@smithy/node-http-handler": "^4.5.1", |
113 | | - "@types/bun": "^1.3.11", |
| 112 | + "@types/bun": "^1.3.12", |
114 | 113 | "@types/cacache": "^20.0.1", |
| 114 | + "@types/he": "^1.2.3", |
| 115 | + "@types/lodash-es": "^4.17.12", |
| 116 | + "@types/node": "^25.6.0", |
115 | 117 | "@types/picomatch": "^4.0.3", |
116 | 118 | "@types/plist": "^3.0.5", |
117 | 119 | "@types/proper-lockfile": "^4.1.4", |
|
0 commit comments