{
  "name": "purgecss",
  "version": "4.0.3",
  "description": "Remove unused css selectors",
  "author": "Ffloriel",
  "homepage": "https://purgecss.com",
  "keywords": [
    "optimize",
    "optimization",
    "remove",
    "unused",
    "css",
    "html",
    "rules",
    "purge",
    "uncss",
    "purify"
  ],
  "license": "MIT",
  "main": "lib/purgecss.js",
  "module": "./lib/purgecss.esm.js",
  "types": "./lib/purgecss.d.ts",
  "bin": {
    "purgecss": "bin/purgecss.js"
  },
  "directories": {
    "lib": "lib",
    "test": "__tests__"
  },
  "files": [
    "bin",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FullHuman/purgecss.git"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "dependencies": {
    "commander": "^6.0.0",
    "glob": "^7.0.0",
    "postcss": "^8.2.1",
    "postcss-selector-parser": "^6.0.2"
  },
  "devDependencies": {
    "@types/glob": "^7.1.1"
  },
  "bugs": {
    "url": "https://github.com/FullHuman/purgecss/issues"
  },
  "gitHead": "ff1c5582383288e5300ecfb798a89e262d65c071"
}
