{
  "name": "webpack-entry-plus",
  "version": "1.0.19",
  "description": "Generate dynamic webpack bundle output names from known or unknown entry files",
  "main": "index.js",
  "scripts": {
    "push": "npm test && git push && npm publish",
    "test": "jest && codecov",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sanjsanj/webpack-entry-plus.git"
  },
  "keywords": [
    "webpack",
    "plugin",
    "entry",
    "output",
    "dynamic",
    "bundle"
  ],
  "author": "Sanjay Purswani <sanjsanj@hotmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sanjsanj/webpack-entry-plus/issues"
  },
  "homepage": "https://github.com/sanjsanj/webpack-entry-plus#readme",
  "devDependencies": {
    "codecov": "^3.1.0",
    "eslint": "^5.7.0",
    "eslint-config-airbnb-base": "^12.1.0",
    "eslint-plugin-import": "^2.8.0",
    "jest": "^26.6.3"
  },
  "dependencies": {
    "glob": "^7.1.2"
  },
  "jest": {
    "coverageDirectory": "./coverage/",
    "collectCoverage": true
  }
}
