UNPKG

901 BJSONView Raw
1{
2 "name": "@fullhuman/postcss-purgecss",
3 "version": "4.0.3",
4 "description": "PostCSS plugin for PurgeCSS",
5 "author": "FoundrySH <no-reply@foundry.sh>",
6 "homepage": "https://purgecss.com",
7 "license": "MIT",
8 "main": "lib/postcss-purgecss.js",
9 "module": "lib/postcss-purgecss.esm.js",
10 "types": "lib/postcss-purgecss.d.ts",
11 "directories": {
12 "lib": "lib",
13 "test": "__tests__"
14 },
15 "files": [
16 "lib"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/FullHuman/purgecss.git"
21 },
22 "scripts": {
23 "test": "echo \"Error: run tests from root\" && exit 1"
24 },
25 "bugs": {
26 "url": "https://github.com/FullHuman/purgecss/issues"
27 },
28 "dependencies": {
29 "purgecss": "^4.0.3"
30 },
31 "devDependencies": {
32 "postcss": "^8.2.1"
33 },
34 "peerDependencies": {
35 "postcss": "^8.0.0"
36 },
37 "gitHead": "ff1c5582383288e5300ecfb798a89e262d65c071"
38}