UNPKG

@pokujs/c8

Version:

☔️ A Poku plugin for V8 code coverage using c8.

79 lines (78 loc) 1.75 kB
{ "name": "@pokujs/c8", "private": false, "version": "2.0.0", "description": "☔️ A Poku plugin for V8 code coverage using c8.", "main": "./lib/index.js", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/pokujs/c8.git" }, "homepage": "https://poku.io", "bugs": { "url": "https://github.com/pokujs/c8/issues" }, "author": "https://github.com/wellwelwel", "funding": { "type": "github", "url": "https://github.com/pokujs/c8?sponsor=1" }, "files": [ "lib" ], "engines": { "node": "20 || >=22" }, "scripts": { "pretest": "npm run build", "test": "poku --sequential test/e2e", "prebuild": "rm -rf lib", "build": "tsc", "lint": "prettier --check .", "lint:fix": "prettier --write .github/workflows/*.yml .", "update": "pu minor && npm i && (npm audit fix || true)", "postupdate": "npm run lint:fix" }, "dependencies": { "c8": "^11.0.0", "jsonc.min": "^1.1.2", "toml.min": "^1.0.0", "yaml.min": "^1.0.0" }, "peerDependencies": { "monocart-coverage-reports": "^2.12.9", "poku": "^4.3.2" }, "peerDependenciesMeta": { "monocart-coverage-reports": { "optional": true } }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.7.1", "@types/node": "^25.9.1", "monocart-coverage-reports": "^2.12.11", "packages-update": "^2.0.0", "poku": "^4.3.2", "prettier": "^3.8.3", "tsx": "^4.22.3", "typescript": "^6.0.3" }, "publishConfig": { "access": "public" }, "keywords": [ "🐷", "poku", "pokujs", "testing", "plugin", "coverage", "c8", "v8", "istanbul", "monocart", "codecov" ] }