{
  "name": "interpolate-webpack-plugin",
  "version": "2.2.1",
  "description": "Interpolate custom variables or glob path into 'index.html'",
  "main": "index.js",
  "author": "TaylorPzreal <taylorpzreal@gmail.com>",
  "license": "MIT",
  "scripts": {
    "cm": "git-cz",
    "test": "rm -rf ./dist && webpack --profile",
    "lint": "eslint index.js",
    "format": "prettier index.js --trailing-comma=es5 --write && npm run lint --fix",
    "package": "yarn pack --filename interpolate-webpack-plugin-2.0.0.tgz",
    "release": "standard-version"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TaylorPzreal/interpolate-webpack-plugin.git"
  },
  "keywords": [
    "interpolate",
    "webpack-plugin",
    "inject",
    "replace-path",
    "inject glob path file"
  ],
  "bugs": {
    "url": "https://github.com/TaylorPzreal/interpolate-webpack-plugin/issues"
  },
  "homepage": "https://github.com/TaylorPzreal/interpolate-webpack-plugin#readme",
  "dependencies": {
    "chalk": "4.1.0",
    "escape-string-regexp": "4.0.0",
    "glob": "7.1.6",
    "html-webpack-plugin": "4.5.0"
  },
  "devDependencies": {
    "@commitlint/cli": "11.0.0",
    "@commitlint/config-conventional": "11.0.0",
    "@commitlint/prompt": "11.0.0",
    "babel-loader": "8.1.0",
    "eslint": "7.12.0",
    "husky": "4.3.0",
    "lint-staged": "10.4.2",
    "prettier": "2.1.2",
    "standard-version": "9.0.0",
    "webpack": "5.2.0",
    "webpack-cli": "4.1.0"
  },
  "files": [
    "images",
    "index.js",
    "examples",
    "lib"
  ],
  "lint-staged": {
    "index.js": [
      "npm run format",
      "git add"
    ]
  },
  "standard-version": {
    "changelogHeader": "# Changelog\n\n interpolate-webpack-plugin\n"
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/prompt"
    }
  }
}
