1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 06:18:07 +00:00
_/vitest/package.json
2022-07-29 23:56:41 +09:00

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"
}
}