chore: 添加 highlight.js 包

This commit is contained in:
claude-code-best
2026-04-21 12:42:10 +08:00
parent 300faa18d0
commit 5fc7c8e13d
4 changed files with 369 additions and 29 deletions

View File

@@ -53,6 +53,7 @@
"format": "biome format --write src/",
"prepare": "git config core.hooksPath .githooks",
"test": "bun test",
"check:bundle": "bun run scripts/check-bundle-integrity.ts",
"check:unused": "knip-bun",
"health": "bun run scripts/health-check.ts",
"postinstall": "node scripts/run-parallel.mjs scripts/postinstall.cjs scripts/setup-chrome-mcp.mjs",
@@ -64,6 +65,7 @@
"dependencies": {
"@agentclientprotocol/sdk": "^0.19.0",
"@claude-code-best/mcp-chrome-bridge": "^3.0.1",
"highlight.js": "^11.11.1",
"ws": "^8.20.0"
},
"devDependencies": {