mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
11 lines
197 B
JSON
11 lines
197 B
JSON
{
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@tsconfig/node18-strictest-esm": "^1.0.0",
|
|
"vite": "^3.0.4",
|
|
"vitest": "^0.19.1"
|
|
}
|
|
}
|