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