{
    "name": "cssnano",
    "version": "5.0.12",
    "description": "A modular minifier, built on top of the PostCSS ecosystem.",
    "main": "dist/index.js",
    "scripts": {
        "bundle-size": "webpack --json --config src/__tests__/_webpack.config.js | webpack-bundle-size-analyzer",
        "prebuild": "rimraf dist",
        "build": "babel src --config-file ../../babel.config.json --out-dir dist --ignore \"**/__tests__/\"",
        "prepare": "yarn build"
    },
    "funding": {
        "type": "opencollective",
        "url": "https://opencollective.com/cssnano"
    },
    "keywords": [
        "css",
        "compress",
        "minify",
        "optimise",
        "optimisation",
        "postcss",
        "postcss-plugin"
    ],
    "license": "MIT",
    "dependencies": {
        "lilconfig": "^2.0.3",
        "yaml": "^1.10.2",
        "cssnano-preset-default": "^5.1.8",
        "is-resolvable": "^1.1.0"
    },
    "homepage": "https://github.com/cssnano/cssnano",
    "author": {
        "name": "Ben Briggs",
        "email": "beneb.info@gmail.com",
        "url": "http://beneb.info"
    },
    "repository": "cssnano/cssnano",
    "files": [
        "dist",
        "LICENSE-MIT",
        "quickstart.js"
    ],
    "tonicExampleFilename": "quickstart.js",
    "bugs": {
        "url": "https://github.com/cssnano/cssnano/issues"
    },
    "engines": {
        "node": "^10 || ^12 || >=14.0"
    },
    "devDependencies": {
        "autoprefixer": "^10.3.7",
        "postcss": "^8.2.15"
    },
    "peerDependencies": {
        "postcss": "^8.2.15"
    }
}
