mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
16 lines
291 B
JSON
16 lines
291 B
JSON
{
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"types": "vitest typecheck --run",
|
|
"tsc": "tsc --watch --pretty false --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"vitest": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"execa": "^6.1.0",
|
|
"typescript": "^4.8.4",
|
|
"vue-tsc": "^0.40.13"
|
|
}
|
|
}
|