{
  "_from": "webpack-shell-plugin-next@2.2.2",
  "_id": "webpack-shell-plugin-next@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-2HeC1e0cCvTgA3SD4XPAD69DnILM92mCschrtKdlLRORHCR+oG7xnibQMkVySxTAYWTQOcBRHlqa88x4syWwhQ==",
  "_location": "/webpack-shell-plugin-next",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpack-shell-plugin-next@2.2.2",
    "name": "webpack-shell-plugin-next",
    "escapedName": "webpack-shell-plugin-next",
    "rawSpec": "2.2.2",
    "saveSpec": null,
    "fetchSpec": "2.2.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-shell-plugin-next/-/webpack-shell-plugin-next-2.2.2.tgz",
  "_shasum": "35e1bf7fa070b6472be8199cf08012e866f0eea0",
  "_spec": "webpack-shell-plugin-next@2.2.2",
  "_where": "/Users/growthdesk/Projects/es_main_2",
  "bugs": {
    "url": "https://github.com/s00d/webpack-shell-plugin-next/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Run shell commands before and after webpack builds",
  "devDependencies": {
    "@types/jest": "^26.0.20",
    "@types/node": "^14.14.22",
    "@types/rimraf": "^3.0.0",
    "@types/source-map": "^0.5.7",
    "css-loader": "^5.0.1",
    "jest": "^26.6.3",
    "module-alias": "^2.2.2",
    "rimraf": "^3.0.2",
    "source-map": "^0.7.3",
    "standardx": "^7.0.0",
    "style-loader": "^2.0.0",
    "ts-jest": "^26.4.4",
    "ts-node": "^9.1.1",
    "tslint": "^6.1.3",
    "tslint-config-standard": "^9.0.0",
    "typescript": "^4.1.3",
    "webpack": "^5.18.0",
    "webpack-cli": "^4.4.0"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/s00d/webpack-shell-plugin-next",
  "keywords": [
    "webpack",
    "shell",
    "plugin",
    "shell",
    "serve",
    "hmr",
    "browser",
    "script",
    "opie",
    "manion",
    "typescript"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "webpack-shell-plugin-next",
  "peerDependencies": {
    "webpack": "^5.18.0"
  },
  "pre-commit": [
    "test",
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/s00d/webpack-shell-plugin-next.git"
  },
  "scripts": {
    "build": "tsc",
    "clean": "rimraf lib && rimraf dist",
    "lint": "tslint --project tsconfig.json ./src/*.ts",
    "lint:fix": "npm run lint -- --fix",
    "prepare": "npm run build",
    "prepublish": "npm run clean && npm run build",
    "test": "jest --config ./jest.config.ts",
    "test:dev": "webpack-dev-server --progress",
    "test:local": "webpack",
    "test:watch": "webpack --watch",
    "webpack": "webpack --progress --mode production",
    "webpack-dev-server": "webpack-dev-server --progress"
  },
  "types": "lib/index.d.ts",
  "version": "2.2.2"
}
