bookworm-smart-assistant/package.json
Bookworm Admin 131840c962 fix: route-interceptor fail-open + v6.6.0 sync
- route-interceptor-bundle.js: 硬 require 改为 try-catch fail-open
  (旧版部署缺 scripts/route-engine.js 等文件时不再崩溃, 降级为 BWR:skip)
- package.json 6.5.0 → 6.6.0 对齐 VERSION 文件
- INTEGRITY + 签名更新

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-27 19:30:24 +08:00

13 lines
302 B
JSON

{
"name": "bookworm-hooks",
"version": "6.6.0",
"private": true,
"description": "Bookworm Smart Assistant hooks and tests",
"scripts": {
"test": "vitest run --reporter=verbose --config hooks/__tests__/vitest.config.js"
},
"devDependencies": {
"vitest": "^4.1.0"
}
}