| { |
| "name": "cssnano", |
| "version": "7.1.2", |
| "description": "A modular minifier, built on top of the PostCSS ecosystem.", |
| "main": "src/index.js", |
| "types": "types/index.d.ts", |
| "funding": { |
| "type": "opencollective", |
| "url": "https://opencollective.com/cssnano" |
| }, |
| "keywords": [ |
| "css", |
| "compress", |
| "minify", |
| "optimise", |
| "optimisation", |
| "postcss", |
| "postcss-plugin" |
| ], |
| "license": "MIT", |
| "dependencies": { |
| "lilconfig": "^3.1.3", |
| "cssnano-preset-default": "^7.0.10" |
| }, |
| "homepage": "https://github.com/cssnano/cssnano", |
| "author": { |
| "name": "Ben Briggs", |
| "email": "beneb.info@gmail.com", |
| "url": "http://beneb.info" |
| }, |
| "repository": "cssnano/cssnano", |
| "files": [ |
| "src", |
| "LICENSE-MIT", |
| "types" |
| ], |
| "bugs": { |
| "url": "https://github.com/cssnano/cssnano/issues" |
| }, |
| "engines": { |
| "node": "^18.12.0 || ^20.9.0 || >=22.0" |
| }, |
| "devDependencies": { |
| "autoprefixer": "^10.4.21", |
| "postcss": "^8.5.6", |
| "cssnano-preset-advanced": "^7.0.10", |
| "cssnano-preset-lite": "^4.0.4" |
| }, |
| "peerDependencies": { |
| "postcss": "^8.4.32" |
| } |
| } |