{
  "name": "rename-webpack-plugin",
  "version": "2.0.0",
  "description": "webpack plugin for rename output files.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Dcatfly/rename-webpack-plugin.git"
  },
  "keywords": [
    "plugin",
    "rename",
    "webpack"
  ],
  "author": "dcatfly",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Dcatfly/rename-webpack-plugin/issues"
  },
  "homepage": "https://github.com/Dcatfly/rename-webpack-plugin#readme",
  "devDependencies": {
    "husky": "^1.1.2",
    "prettier": "^1.14.3",
    "pretty-quick": "^1.8.0"
  },
  "peerDependencies": {
    "webpack": "^4.0.0"
  }
}
