{
  "name": "webpack-notifier",
  "version": "1.13.0",
  "description": "webpack + node-notifier = build status system notifications",
  "main": "index.js",
  "files": [
    "index.js",
    "logo.png"
  ],
  "scripts": {
    "prepublishOnly": "npm run lint",
    "lint": "eslint index.js",
    "test": "jest",
    "test:coverage": "jest --coverage"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  },
  "keywords": [
    "webpack",
    "notify",
    "notification",
    "node-notifier",
    "notifier",
    "build"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Turbo87/webpack-notifier.git"
  },
  "author": "Tobias Bieniek <tobias.bieniek@gmx.de>",
  "license": "ISC",
  "dependencies": {
    "node-notifier": "^9.0.0",
    "strip-ansi": "^6.0.0"
  },
  "devDependencies": {
    "@types/jest": "^26.0.15",
    "eslint": "^7.14.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "husky": "^4.3.0",
    "jest": "^24.9.0",
    "memfs": "^3.2.0",
    "semver": "^7.3.2",
    "ts-jest": "^24.3.0",
    "typescript": "^3.9.7",
    "webpack": "^1.15.0"
  }
}
