mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
12 lines
287 B
JSON
12 lines
287 B
JSON
{
|
|
"scripts": {
|
|
"test:vitest": "cd vitest; vitest run",
|
|
"test:playwright": "cd playwright; playwright test"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.24.2",
|
|
"@tsconfig/node18-strictest-esm": "^1.0.0",
|
|
"playwright": "^1.24.2",
|
|
"vitest": "^0.19.1"
|
|
}
|
|
}
|