{
  "name": "lcov-result-merger",
  "description": "Merges multiple lcov results into one",
  "main": "index.js",
  "files": [
    "index.js",
    "bin"
  ],
  "scripts": {
    "lint": "standard",
    "test": "mocha -R spec test --bail",
    "test-coverage": "istanbul cover _mocha --report lcovonly -- -R spec test --bail",
    "coveralls": "cat ./coverage/lcov.info | coveralls",
    "semantic-release": "semantic-release",
    "travis-deploy-once": "travis-deploy-once"
  },
  "bin": {
    "lcov-result-merger": "./bin/lcov-result-merger.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mweibel/lcov-result-merger.git"
  },
  "homepage": "https://github.com/mweibel/lcov-result-merger",
  "bugs": "https://github.com/mweibel/lcov-result-merger/issues",
  "keywords": [
    "lcov",
    "mocha",
    "coveralls",
    "code",
    "coverage"
  ],
  "author": "Michael Weibel <michael.weibel@gmail.com>",
  "contributors": [
    "M. Adam Kendall <akendall@devis.com>",
    "Jussi Kalliokoski <jussi.kalliokoski@gmail.com>"
  ],
  "license": "MIT",
  "readmeFilename": "README.md",
  "dependencies": {
    "through2": "^2.0.3",
    "vinyl": "^2.1.0",
    "vinyl-fs": "^3.0.2",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "@types/yargs": "^17.0.10",
    "chai": "^4.1.2",
    "chai-gulp-helpers": "0.0.3",
    "coveralls": "^3.0.0",
    "cz-conventional-changelog": "^3.2.0",
    "eslint": "^4.18.2",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^3.0.1",
    "execa": "^5.1.1",
    "istanbul": "^0.4.5",
    "mocha": "^8.0.1",
    "rimraf": "^2.6.3",
    "semantic-release": "^17.1.1",
    "standard": "^11.0.0",
    "travis-deploy-once": "^5.0.0"
  },
  "engines": {
    "node": ">=10"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "version": "3.3.0",
  "volta": {
    "node": "10.23.1",
    "npm": "7.18.1"
  }
}
