mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
24 lines
615 B
JSON
24 lines
615 B
JSON
{
|
|
"name": "@vitest/test-cli",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"stacktraces": "vitest --root=./fixtures/stacktraces --watch=false"
|
|
},
|
|
"devDependencies": {
|
|
"@test/test-dep-error": "file:./deps/error",
|
|
"@test/test-dep-linked": "link:./deps/linked",
|
|
"@types/debug": "catalog:",
|
|
"@types/ws": "catalog:",
|
|
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
|
"@vitest/runner": "workspace:^",
|
|
"@vitest/utils": "workspace:*",
|
|
"debug": "^4.4.1",
|
|
"unplugin-swc": "^1.5.5",
|
|
"vite": "latest",
|
|
"vitest": "workspace:*",
|
|
"ws": "catalog:"
|
|
}
|
|
}
|