{
  "name": "clean-self-webpack-plugin",
  "version": "2.0.5",
  "description": "Webpack plugin to delete extraneous files created by Webpack",
  "keywords": [
    "webpack",
    "plugin",
    "clean",
    "cleanup",
    "clear",
    "directory",
    "file",
    "exclude",
    "remove",
    "delete",
    "trash",
    "rm",
    "rf",
    "rmrf",
    "rimraf",
    "del",
    "node"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/chrisblossom/clean-self-webpack-plugin.git"
  },
  "bugs": {
    "url": "https://github.com/chrisblossom/clean-self-webpack-plugin/issues"
  },
  "author": "Chris Blossom",
  "engines": {
    "node": ">=6.9.0"
  },
  "files": [
    "dist/"
  ],
  "main": "dist/clean-self-webpack-plugin.js",
  "types": "dist/clean-self-webpack-plugin.d.ts",
  "scripts": {
    "build": "backtrack build --production",
    "clean": "backtrack clean",
    "dev": "backtrack dev --development",
    "format": "backtrack format",
    "git-pre-commit": "backtrack git-pre-commit",
    "git-pre-push": "backtrack git-pre-push",
    "lint": "backtrack lint",
    "lint.fix": "backtrack lint.fix",
    "prepublishOnly": "backtrack prepublishOnly",
    "test": "backtrack test",
    "test.all": "backtrack test.all",
    "test.ci": "backtrack test.ci",
    "test.ci-pretest": "backtrack test.ci-pretest",
    "test.update": "jest --update-snapshot",
    "test.watch": "jest --watch",
    "typescript": "backtrack typescript"
  },
  "peerDependencies": {
    "webpack": "*"
  },
  "devDependencies": {
    "@backtrack/core": "^0.1.25",
    "@backtrack/preset-node": "^0.1.2",
    "@types/jest": "^24.0.9",
    "@types/node": "^11.10.4",
    "@types/read-pkg-up": "^3.0.1",
    "@types/util.promisify": "^1.0.0",
    "@types/webpack": "^4.4.25",
    "read-pkg-up": "^4.0.0",
    "semver": "^5.6.0",
    "temp-sandbox": "^1.0.17",
    "typescript": "^3.3.3333",
    "webpack": "^4.29.6"
  },
  "dependencies": {
    "del": "^4.0.0"
  }
}
