diff --git a/bun.lock b/bun.lock index c45e0972b..07c4c1afe 100644 --- a/bun.lock +++ b/bun.lock @@ -102,7 +102,6 @@ "get-east-asian-width": "^1.5.0", "google-auth-library": "^10.6.2", "he": "^1.2.0", - "highlight.js": "^11.11.1", "https-proxy-agent": "^8.0.0", "ignore": "^7.0.5", "image-processor-napi": "workspace:*", @@ -265,6 +264,10 @@ "name": "modifiers-napi", "version": "1.0.0", }, + "packages/pokemon": { + "name": "@claude-code-best/pokemon", + "version": "1.0.0", + }, "packages/remote-control-server": { "name": "@anthropic/remote-control-server", "version": "0.1.0", @@ -574,6 +577,8 @@ "@claude-code-best/mcp-client": ["@claude-code-best/mcp-client@workspace:packages/mcp-client"], + "@claude-code-best/pokemon": ["@claude-code-best/pokemon@workspace:packages/pokemon"], + "@claude-code-best/weixin": ["@claude-code-best/weixin@workspace:packages/weixin"], "@commander-js/extra-typings": ["@commander-js/extra-typings@14.0.0", "https://registry.npmmirror.com/@commander-js/extra-typings/-/extra-typings-14.0.0.tgz", { "peerDependencies": { "commander": "~14.0.0" } }, "sha512-hIn0ncNaJRLkZrxBIp5AsW/eXEHNKYQBh0aPdoUqNgD+Io3NIykQqpKFyKcuasZhicGaEZJX/JBSIkZ4e5x8Dg=="], diff --git a/package.json b/package.json index 16d8c8026..756a940c3 100644 --- a/package.json +++ b/package.json @@ -160,7 +160,6 @@ "get-east-asian-width": "^1.5.0", "google-auth-library": "^10.6.2", "he": "^1.2.0", - "highlight.js": "^11.11.1", "https-proxy-agent": "^8.0.0", "ignore": "^7.0.5", "image-processor-napi": "workspace:*",