{
  "name": "webpack-stats-plugin",
  "version": "0.3.2",
  "description": "Webpack stats plugin",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/FormidableLabs/webpack-stats-plugin"
  },
  "keywords": [
    "webpack"
  ],
  "author": "Ryan Roemer <ryan.roemer@formidable.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/FormidableLabs/webpack-stats-plugin/issues"
  },
  "files": [
    "lib",
    "index.js"
  ],
  "engines": {
    "node": ">=4"
  },
  "scripts": {
    "lint": "eslint .",
    "test": "yarn run test:clean && yarn run test:build && yarn run test:run",
    "test:run": "mocha 'test/**/*.spec.js'",
    "test:clean": "rm -rf test/webpack*/build*",
    "test:build:single": "cd node_modules/webpack${VERS} && node index.js --config ../../test/webpack${VERS}/webpack.config${WP_EXTRA}.js",
    "test:build": "builder envs test:build:single '[{\"VERS\":1},{\"VERS\":2},{\"VERS\":3},{\"VERS\":4}]' --buffer",
    "check": "yarn run lint && yarn run test"
  },
  "dependencies": {},
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "builder": "^5.0.0",
    "chai": "^4.2.0",
    "eslint": "^7.2.0",
    "eslint-config-formidable": "^4.0.0",
    "eslint-plugin-filenames": "^1.3.2",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-promise": "^4.2.1",
    "mocha": "^8.0.1",
    "pify": "^5.0.0",
    "webpack1": "file:test/webpack1",
    "webpack2": "file:test/webpack2",
    "webpack3": "file:test/webpack3",
    "webpack4": "file:test/webpack4"
  }
}
