You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
611 B

{
"name": "cssnano-utils",
"version": "4.0.2",
"repository": "cssnano/cssnano",
"main": "src/index.js",
"types": "types/index.d.ts",
"description": "Utility methods and plugin for cssnano projects",
"homepage": "https://github.com/cssnano/cssnano",
"bugs": {
"url": "https://github.com/cssnano/cssnano/issues"
},
"engines": {
"node": "^14 || ^16 || >=18.0"
},
"files": [
"src",
"LICENSE",
"types"
],
"license": "MIT",
"devDependencies": {
"postcss": "^8.4.35",
"postcss-value-parser": "^4.2.0"
},
"peerDependencies": {
"postcss": "^8.4.31"
}
}