UNPKG

pob-lcov-reporter

Version:
45 lines (44 loc) 1.2 kB
{ "name": "pob-lcov-reporter", "version": "6.0.1", "description": "custom lcov reporter for pob", "keywords": [], "author": "Christophe Hurpeau <christophe@hurpeau.com> (http://christophe.hurpeau.com/)", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/christophehurpeau/pob.git", "directory": "packages/pob-lcov-reporter" }, "homepage": "https://github.com/christophehurpeau/pob", "type": "commonjs", "engines": { "node": "^14.13.1 || >=16.0.0" }, "main": "./lib/index.js", "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "sideEffects": false, "scripts": { "lint": "yarn run lint:eslint", "lint:eslint": "cd ../.. && yarn run eslint --report-unused-disable-directives --resolve-plugins-relative-to . --quiet packages/pob-lcov-reporter" }, "prettier": { "trailingComma": "all", "singleQuote": true, "arrowParens": "always" }, "pob": {}, "peerDependencies": { "jest": "^26.0.1 || ^27.0.6" }, "dependencies": { "istanbul-reports": "^3.0.2" }, "devDependencies": { "jest": "27.4.5" }, "gitHead": "7f9d0b3c9e18734e5761e61dc09e89f3542b973b" }