@vitest/coverage-c8
Version:
C8 coverage provider for Vitest
58 lines • 1.36 kB
JSON
{
"name": "@vitest/coverage-c8",
"type": "module",
"version": "0.33.0",
"description": "C8 coverage provider for Vitest",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://opencollective.com/vitest",
"homepage": "https://github.com/vitest-dev/vitest/tree/main/packages/coverage-c8#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/vitest-dev/vitest.git",
"directory": "packages/coverage-c8"
},
"bugs": {
"url": "https://github.com/vitest-dev/vitest/issues"
},
"keywords": [
"vite",
"vitest",
"test",
"coverage",
"c8"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./*": "./*"
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"peerDependencies": {
"vitest": ">=0.30.0 <1"
},
"dependencies": {
"@ampproject/remapping": "^2.2.1",
"c8": "^7.14.0",
"magic-string": "^0.30.1",
"picocolors": "^1.0.0",
"std-env": "^3.3.3"
},
"devDependencies": {
"pathe": "^1.1.1",
"vitest": "0.33.0",
"vite-node": "0.33.0"
},
"scripts": {
"build": "rimraf dist && rollup -c",
"dev": "rollup -c --watch --watch.include 'src/**'"
}
}