{
  "name": "postcss-discard-empty-nightly",
  "version": "0.8.4",
  "description": "Discard empty rules and values with PostCSS.",
  "main": "dist/index.js",
  "files": [
    "dist",
    "LICENSE-MIT"
  ],
  "scripts": {
    "prebuild": "",
    "build": "cross-env BABEL_ENV=publish babel src --config-file ../../babel.config.js --out-dir dist --ignore \"**/__tests__/\"",
    "prepublish": ""
  },
  "keywords": [
    "compress",
    "css",
    "empty",
    "minify",
    "optimisation",
    "postcss",
    "postcss-plugin"
  ],
  "license": "MIT",
  "dependencies": {
    "postcss": "^7.0.16"
  },
  "homepage": "https://github.com/anikethsaha/cssnano-nightly",
  "author": "Anix <anik220798@gmail.com>",
  "repository": "anikethsaha/cssnano-nightly",
  "bugs": {
    "url": "https://github.com/cssnano/cssnano/issues"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "bug": "https://github.com/anikethsaha/cssnano-nightly/issues"
}