43 lines
932 B
JSON
43 lines
932 B
JSON
{
|
|
"name": "@fullhuman/postcss-purgecss",
|
|
"version": "5.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": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"postcss": "^8.4.4"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
}
|