{
  "name": "cssnano-simple",
  "version": "1.2.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.2.0",
    "husky": "^4.2.5",
    "jest": "^26.3.0",
    "prettier": "^2.0.5",
    "pretty-quick": "^2.0.1",
    "semantic-release": "^17.1.1"
  },
  "dependencies": {
    "cssnano-preset-simple": "1.2.0",
    "postcss": "^7.0.32"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  }
}
