blob: d5105626e4d7be084f5b8b50424fd4eab2b319a4 [file]
{
"name": "cssnano-preset-lite",
"version": "4.0.3",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Safe and minimum transformation",
"files": [
"LICENSE-MIT",
"src",
"types"
],
"license": "MIT",
"dependencies": {
"cssnano-utils": "^5.0.0",
"postcss-discard-comments": "^7.0.3",
"postcss-discard-empty": "^7.0.0",
"postcss-normalize-whitespace": "^7.0.0"
},
"repository": "cssnano/cssnano",
"homepage": "https://github.com/cssnano/cssnano",
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"engines": {
"node": "^18.12.0 || ^20.9.0 || >=22.0"
},
"devDependencies": {
"postcss": "^8.4.45"
},
"peerDependencies": {
"postcss": "^8.4.31"
},
"scripts": {}
}