15 lines
317 B
JSON
15 lines
317 B
JSON
{
|
|
"name": "@kthulu/e2e",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "vitest run",
|
|
"test:api": "vitest run --testPathPattern=api",
|
|
"test:cli": "vitest run --testPathPattern=cli"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.0",
|
|
"vitest": "^3.1.0"
|
|
}
|
|
}
|