{
  "name": "webpack-sane-compiler-reporter",
  "version": "3.3.2",
  "description": "Pretty reporting for webpack-sane-compiler",
  "keywords": [
    "webpack",
    "compiler",
    "compilation",
    "report",
    "reporter",
    "reporting"
  ],
  "author": "André Cruz <andre@moxy.studio>",
  "license": "MIT",
  "bugs": "https://github.com/moxystudio/webpack-sane-compiler-reporter/issues",
  "homepage": "https://github.com/moxystudio/webpack-sane-compiler-reporter",
  "repository": {
    "type": "git",
    "url": "git@github.com:moxystudio/webpack-sane-compiler-reporter"
  },
  "main": "index.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "jest --env node --coverage",
    "prerelease": "npm t && npm run lint",
    "release": "standard-version",
    "precommit": "lint-staged",
    "commitmsg": "commitlint -e $GIT_PARAMS"
  },
  "standard-version": {
    "scripts": {
      "posttag": "git push --follow-tags origin master && npm publish"
    }
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "peerDependencies": {
    "webpack-sane-compiler": ">= 2.0.0 <4.0.0"
  },
  "dependencies": {
    "chalk": "^2.3.0",
    "figures": "^2.0.0",
    "indent-string": "^3.2.0",
    "lodash.wrap": "^4.1.1",
    "p-finally": "^1.0.0",
    "pretty-error": "^2.1.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^6.0.1",
    "@commitlint/config-conventional": "^6.0.2",
    "eslint": "^4.13.1",
    "eslint-config-moxy": "^5.0.0",
    "husky": "^0.14.3",
    "jest": "^22.0.0",
    "lint-staged": "^7.0.0",
    "lodash.merge": "^4.6.1",
    "standard-version": "^4.2.0",
    "strip-ansi": "^4.0.0"
  },
  "jest": {
    "coveragePathIgnorePatterns": [
      "test/"
    ]
  }
}
