UNPKG

853 BJSONView Raw
1{
2 "name": "postcss-discard-comments",
3 "version": "6.0.2",
4 "description": "Discard comments in your CSS files with PostCSS.",
5 "main": "src/index.js",
6 "types": "types/index.d.ts",
7 "files": [
8 "src",
9 "LICENSE-MIT",
10 "types"
11 ],
12 "keywords": [
13 "css",
14 "comments",
15 "postcss",
16 "postcss-plugin"
17 ],
18 "license": "MIT",
19 "homepage": "https://github.com/cssnano/cssnano",
20 "author": {
21 "name": "Ben Briggs",
22 "email": "beneb.info@gmail.com",
23 "url": "http://beneb.info"
24 },
25 "repository": "cssnano/cssnano",
26 "bugs": {
27 "url": "https://github.com/cssnano/cssnano/issues"
28 },
29 "engines": {
30 "node": "^14 || ^16 || >=18.0"
31 },
32 "devDependencies": {
33 "postcss": "^8.4.35",
34 "postcss-scss": "^4.0.9",
35 "postcss-simple-vars": "^7.0.1"
36 },
37 "peerDependencies": {
38 "postcss": "^8.4.31"
39 }
40}
\No newline at end of file