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