blob: 8a4771b784f5b78c35a2fda62e94ca81d7ea47e4 [file] [edit]
{
"name": "cssnano-preset-lite",
"version": "2.1.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": "^3.1.0",
"postcss-discard-comments": "^5.1.2",
"postcss-discard-empty": "^5.1.1",
"postcss-normalize-whitespace": "^5.1.1"
},
"repository": "cssnano/cssnano",
"homepage": "https://github.com/cssnano/cssnano",
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"engines": {
"node": "^10 || ^12 || >=14.0"
},
"devDependencies": {
"postcss": "^8.2.15"
},
"peerDependencies": {
"postcss": "^8.2.15"
},
"scripts": {}
}