13 lines
302 B
JSON
13 lines
302 B
JSON
|
|
{
|
||
|
|
"name": "bookworm-hooks",
|
||
|
|
"version": "6.5.1",
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|