UNPKG

932 BJSONView Raw
1{
2 "name": "@fullhuman/postcss-purgecss",
3 "version": "5.0.0",
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 "build": "ts-node build.ts",
24 "test": "jest"
25 },
26 "bugs": {
27 "url": "https://github.com/FullHuman/purgecss/issues"
28 },
29 "dependencies": {
30 "purgecss": "^5.0.0"
31 },
32 "devDependencies": {
33 "postcss": "^8.4.4"
34 },
35 "peerDependencies": {
36 "postcss": "^8.0.0"
37 },
38 "publishConfig": {
39 "access": "public",
40 "registry": "https://registry.npmjs.org/"
41 }
42}