mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
30 lines
815 B
JSON
30 lines
815 B
JSON
{
|
|
"name": "@vitest/test-coverage",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "vitest"
|
|
},
|
|
"devDependencies": {
|
|
"@jridgewell/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",
|
|
"sass-embedded": "^1.89.2",
|
|
"unplugin-swc": "^1.5.5",
|
|
"vite": "latest",
|
|
"vitest": "workspace:*",
|
|
"vue": "catalog:"
|
|
}
|
|
}
|