{
  "name": "@fullhuman/postcss-purgecss",
  "version": "4.0.3",
  "description": "PostCSS plugin for PurgeCSS",
  "author": "FoundrySH <no-reply@foundry.sh>",
  "homepage": "https://purgecss.com",
  "license": "MIT",
  "main": "lib/postcss-purgecss.js",
  "module": "lib/postcss-purgecss.esm.js",
  "types": "lib/postcss-purgecss.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"
  },
  "bugs": {
    "url": "https://github.com/FullHuman/purgecss/issues"
  },
  "dependencies": {
    "purgecss": "^4.0.3"
  },
  "devDependencies": {
    "postcss": "^8.2.1"
  },
  "peerDependencies": {
    "postcss": "^8.0.0"
  },
  "gitHead": "ff1c5582383288e5300ecfb798a89e262d65c071"
}
