UNPKG

997 BJSONView Raw
1{
2 "name": "@fullhuman/postcss-purgecss",
3 "version": "4.1.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.1.3"
30 },
31 "devDependencies": {
32 "postcss": "^8.3.0"
33 },
34 "peerDependencies": {
35 "postcss": "^8.0.0"
36 },
37 "publishConfig": {
38 "access": "public",
39 "registry": "https://registry.npmjs.org/"
40 },
41 "gitHead": "37e5053a446880d12fd2f55abfc362c3dac9c49c"
42}