bookworm-smart-assistant/package.json
Bookworm Admin b7a8e29d21 release: v6.7.0 - OTA E2E test release
- VERSION file as authoritative version source
- export.mjs reads VERSION with package.json fallback
- bw-ota.ps1 DryRun mode for safe testing
- auto-setup.ps1 bumped to v3.2.0 (Phase 8 OTA)
2026-04-27 17:59:44 +08:00

13 lines
302 B
JSON

{
"name": "bookworm-hooks",
"version": "6.5.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"
}
}