{
  "name": "codacy-coverage",
  "version": "3.4.0",
  "description": "Code Coverage reporter for Codacy.com",
  "keywords": [
    "codacy",
    "coverage",
    "code coverage",
    "codacy.com"
  ],
  "homepage": "https://github.com/codacy/node-codacy-coverage",
  "repository": {
    "type": "git",
    "url": "git://github.com/codacy/node-codacy-coverage.git"
  },
  "bugs": {
    "url": "https://github.com/codacy/node-codacy-coverage/issues"
  },
  "author": {
    "name": "David Pate",
    "email": "davidtpate@gmail.com",
    "url": "https://github.com/DavidTPate"
  },
  "contributors": [],
  "license": "MIT",
  "main": "index.js",
  "bin": {
    "codacy-coverage": "./bin/codacy-coverage.js"
  },
  "engines": {
    "node": ">= 8.12.0"
  },
  "dependencies": {
    "bluebird": "^3.5.x",
    "commander": "^2.x",
    "joi": "^13.x",
    "lcov-parse": "^1.x",
    "jacoco-parse": "^2.x",
    "lodash": "^4.17.4",
    "log-driver": "^1.x",
    "request": "^2.88.0",
    "request-promise": "^4.x"
  },
  "devDependencies": {
    "chai": "^4.1.x",
    "chai-as-promised": "^7.1.x",
    "dirty-chai": "^2.x",
    "mocha": "^4.x",
    "nock": "^9.1.x",
    "istanbul": "~0.x",
    "jsinspect": "~0.x",
    "eslint": "^4.x"
  },
  "scripts": {
    "lint-style": "eslint .",
    "lint-dependencies": "npm audit",
    "test": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks  --timeout 30000 --reporter spec test/",
    "test-all": "npm run lint-style && npm run lint-dependencies && npm run test"
  }
}
