{
  "name": "cssnano-simple",
  "version": "2.0.0",
  "description": "A simple cssnano preset handler.",
  "main": "src/index.js",
  "repository": "git@github.com:timer/cssnano-simple.git",
  "author": "Joe Haddad <timer150@gmail.com>",
  "license": "MIT",
  "private": false,
  "files": [
    "src/"
  ],
  "scripts": {
    "test": "jest",
    "prepublishOnly": "yarn test",
    "semantic-release": "semantic-release",
    "commit": "git-cz"
  },
  "devDependencies": {
    "cz-conventional-changelog": "3.3.0",
    "husky": "^4.3.8",
    "jest": "^26.6.3",
    "postcss": "^8.2.2",
    "prettier": "^2.2.1",
    "pretty-quick": "^3.1.0",
    "semantic-release": "^17.3.7"
  },
  "dependencies": {
    "cssnano-preset-simple": "^2.0.0"
  },
  "peerDependencies": {
    "postcss": "^8.2.2"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  }
}
