{ "name": "@vitest/test-coverage", "type": "module", "private": true, "scripts": { "test": "vitest --workspace=vitest.workspace.custom.ts", "vitest": "vitest" }, "devDependencies": { "@ampproject/remapping": "^2.2.1", "@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.0", "istanbul-lib-report": "catalog:", "magic-string": "^0.30.12", "magicast": "^0.3.3", "unplugin-swc": "^1.4.4", "vite": "latest", "vitest": "workspace:*", "vue": "catalog:" } }