{
  "name": "cssnano-preset-dev",
  "version": "0.0.0",
  "main": "dist/index.js",
  "description": "Safe and minimum transformation",
  "scripts": {
    "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\""
  },
  "files": [
    "LICENSE-MIT",
    "dist"
  ],
  "license": "MIT",
  "dependencies": {
    "postcss": "^7.0.16",
    "postcss-discard-comments": "^4.0.2",
    "postcss-normalize-whitespace": "^4.0.2",
    "postcss-discard-empty": "^4.0.1"
  },
  "repository": "cssnano/cssnano",
  "homepage": "https://github.com/cssnano/cssnano",
  "bugs": {
    "url": "https://github.com/cssnano/cssnano/issues"
  },
  "engines": {
    "node": ">=10.13.0"
  }
}
