UNPKG

parse-lcov

Version:
53 lines 1.03 kB
{ "name": "parse-lcov", "version": "1.0.4", "description": "Parse LCOV", "license": "MIT", "author": { "name": "Connor White", "email": "connor.bcw@gmail.com", "url": "https://connorwhite.org" }, "homepage": "https://connorwhite.org/github/parse-lcov", "repository": { "type": "git", "url": "git+https://github.com/bconnorwhite/parse-lcov.git" }, "keywords": [ "parse", "lcov", "coverage", "lines", "to", "json", "typed", "types", "ts", "typescript" ], "files": [ "build" ], "main": "./build/index.js", "scripts": { "build": "bob build", "commit": "bob commit", "lint": "bob lint", "release": "bob publish", "test": "bob test" }, "devDependencies": { "@bconnorwhite/bob": "^2.9.2" }, "eslintConfig": { "extends": "eslint-config-bob" }, "husky": { "hooks": { "commit-msg": "bob commit lint" } }, "npmpackagejsonlint": { "extends": "npm-package-json-lint-config-bob" } }