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: Ari Perkkiö <ari.perkkio@gmail.com> Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
30 lines
846 B
JSON
30 lines
846 B
JSON
{
|
|
"name": "@vitest/test-coverage",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest --workspace=vitest.workspace.custom.ts",
|
|
"vitest": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@ampproject/remapping": "^2.3.0",
|
|
"@types/istanbul-lib-coverage": "catalog:",
|
|
"@types/istanbul-lib-report": "catalog:",
|
|
"@vitejs/plugin-vue": "latest",
|
|
"@vitest/browser": "workspace:*",
|
|
"@vitest/coverage-istanbul": "workspace:*",
|
|
"@vitest/coverage-v8": "workspace:*",
|
|
"@vitest/web-worker": "workspace:*",
|
|
"@vue/test-utils": "latest",
|
|
"happy-dom": "latest",
|
|
"istanbul-lib-coverage": "^3.2.2",
|
|
"istanbul-lib-report": "catalog:",
|
|
"magic-string": "^0.30.17",
|
|
"magicast": "^0.3.5",
|
|
"unplugin-swc": "^1.5.3",
|
|
"vite": "latest",
|
|
"vitest": "workspace:*",
|
|
"vue": "catalog:"
|
|
}
|
|
}
|