mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
26 lines
720 B
JSON
26 lines
720 B
JSON
{
|
|
"name": "@vitest/test-cli",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"stacktraces": "vitest --root=./fixtures/stacktraces --watch=false"
|
|
},
|
|
"devDependencies": {
|
|
"@opentelemetry/sdk-node": "^0.208.0",
|
|
"@test/test-dep-error": "file:./deps/error",
|
|
"@test/test-dep-linked": "link:./deps/linked",
|
|
"@types/ws": "catalog:",
|
|
"@vitejs/plugin-basic-ssl": "^2.1.0",
|
|
"@vitest/browser-playwright": "workspace:*",
|
|
"@vitest/browser-preview": "workspace:*",
|
|
"@vitest/runner": "workspace:^",
|
|
"@vitest/utils": "workspace:*",
|
|
"obug": "^2.1.1",
|
|
"unplugin-swc": "^1.5.9",
|
|
"vite": "latest",
|
|
"vitest": "workspace:*",
|
|
"ws": "catalog:"
|
|
}
|
|
}
|