ThunderAI/package.json
2026-03-20 21:23:46 +01:00

13 lines
269 B
JSON

{
"private": true,
"description": "Dev-only: unit tests for ThunderAI. Not used by the addon.",
"type": "module",
"scripts": {
"test": "vitest run",
"test:watch": "vitest"
},
"devDependencies": {
"vitest": "^3.1.1",
"jsdom": "^26.1.0"
}
}