bookworm-smart-assistant/package.json

13 lines
302 B
JSON
Raw Normal View History

{
"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"
}
}