@fullhuman/postcss-purgecss
Version:
PostCSS plugin for PurgeCSS
44 lines (43 loc) • 990 B
JSON
{
"name": "@fullhuman/postcss-purgecss",
"version": "8.0.0",
"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": "^8.0.0"
},
"devDependencies": {
"postcss": "^8.4.47"
},
"peerDependencies": {
"postcss": "^8.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "9269dbc8b589832bab90d29f5821fc4cf55077d6"
}