cssnano
Version:
A modular CSS minifier, built on top of the PostCSS ecosystem.
67 lines • 1.49 kB
JSON
{
"name": "cssnano",
"version": "8.0.9",
"description": "A modular CSS minifier, built on top of the PostCSS ecosystem.",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./src/index.js"
},
"./src": "./src/index.js",
"./src/index": "./src/index.js",
"./src/index.js": "./src/index.js",
"./package.json": "./package.json"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cssnano"
},
"keywords": [
"css",
"compress",
"minify",
"optimise",
"optimisation",
"postcss",
"postcss-plugin"
],
"license": "MIT",
"dependencies": {
"cssnano-preset-default": "^8.0.9",
"lilconfig": "^3.1.3"
},
"homepage": "https://github.com/cssnano/cssnano",
"author": {
"name": "Ben Briggs",
"email": "beneb.info@gmail.com",
"url": "https://beneb.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssnano/cssnano.git"
},
"files": [
"src",
"LICENSE-MIT",
"types"
],
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"engines": {
"node": "^22.11.0 || ^24.11.0 || >=26.0"
},
"devDependencies": {
"autoprefixer": "^10.5.4",
"cssnano-preset-advanced": "^8.0.9",
"cssnano-preset-lite": "^5.0.5",
"postcss": "^8.5.26",
"postcss-font-magician": "^4.0.0"
},
"peerDependencies": {
"postcss": "^8.5.26"
},
"scripts": {
"test": "node --test"
}
}