{
  "name": "@fullhuman/postcss-purgecss",
  "version": "7.0.2",
  "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": {
    "build": "ts-node build.ts",
    "test": "jest"
  },
  "bugs": {
    "url": "https://github.com/FullHuman/purgecss/issues"
  },
  "dependencies": {
    "purgecss": "^7.0.2"
  },
  "devDependencies": {
    "postcss": "^8.4.47"
  },
  "peerDependencies": {
    "postcss": "^8.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "gitHead": "e95398d961e03a809b5e3da75e3dae1813b46b68"
}
