- 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)
13 lines
302 B
JSON
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"
|
|
}
|
|
}
|