{
  "name": "purgecss-webpack-plugin",
  "version": "4.1.3",
  "description": "PurgeCSS plugin for webpack - Remove unused css",
  "author": "Ffloriel",
  "homepage": "https://purgecss.com",
  "keywords": [
    "webpack-plugin",
    "optimize",
    "optimization",
    "remove",
    "unused",
    "css",
    "html",
    "rules",
    "purge",
    "uncss",
    "purify"
  ],
  "license": "MIT",
  "main": "lib/purgecss-webpack-plugin.js",
  "module": "./lib/purgecss-webpack-plugin.esm.js",
  "types": "./lib/purgecss-webpack-plugin.d.ts",
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FullHuman/purgecss.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "purgecss": "^4.1.3",
    "webpack": "^5.4.0",
    "webpack-sources": "^3.2.0"
  },
  "bugs": {
    "url": "https://github.com/FullHuman/purgecss/issues"
  },
  "devDependencies": {
    "@types/webpack-sources": "^3.2.0",
    "css-loader": "^6.2.0",
    "mini-css-extract-plugin": "^2.1.0"
  },
  "peerDependencies": {
    "webpack": "*"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "37e5053a446880d12fd2f55abfc362c3dac9c49c"
}
