mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
12 lines
197 B
JSON
12 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"
|
||
|
}
|
||
|
}
|