{
  "name": "mdu-scripts",
  "description": "CLI toolbox for common scripts for my projects",
  "version": "2.5.1",
  "main": "dist/index.js",
  "bin": "dist/cli.js",
  "repository": "https://github.com/macklinu/mdu-scripts",
  "bugs": {
    "url": "https://github.com/macklinu/mdu-scripts/issues"
  },
  "homepage": "https://github.com/macklinu/mdu-scripts#readme",
  "author": "Macklin Underdown <macklinu@gmail.com>",
  "license": "MIT",
  "files": ["dist", "babel.js", "eslint.js", "jest.js", "prettier.js"],
  "engine": {
    "node": ">=8"
  },
  "scripts": {
    "precommit": "node src/cli precommit",
    "commitmsg": "node src/cli commitmsg",
    "build": "node src/cli build",
    "test": "node src/cli test",
    "lint": "node src/cli lint",
    "travis-deploy-once": "travis-deploy-once",
    "prepublish": "npm run build",
    "semantic-release": "semantic-release"
  },
  "dependencies": {
    "arrify": "^1.0.1",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "babel-jest": "^22.1.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-flow": "^6.23.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "chalk": "^2.3.0",
    "common-tags": "^1.7.2",
    "doctoc": "^1.3.0",
    "eslint": "^4.15.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-flowtype": "^2.42.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jest": "^21.7.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "eslint-plugin-react": "^7.6.0",
    "execa": "^0.9.0",
    "flow-bin": "^0.64.0",
    "glob": "^7.1.2",
    "is-ci": "^1.1.0",
    "jest": "^22.1.4",
    "lint-staged": "^6.0.1",
    "lodash.has": "^4.5.2",
    "prettier": "^1.10.2",
    "read-pkg-up": "^3.0.0",
    "rimraf": "^2.6.2",
    "validate-commit-msg": "^2.14.0",
    "which": "^1.3.0",
    "yargs-parser": "^8.1.0"
  },
  "devDependencies": {
    "cz-conventional-changelog": "^2.1.0",
    "husky": "^0.14.3",
    "jest-in-case": "^1.0.2",
    "mkdirp": "^0.5.1",
    "semantic-release": "^12.2.2",
    "shortid": "^2.2.8",
    "slash": "^1.0.0",
    "travis-deploy-once": "^4.3.2"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-conventional-changelog"
    }
  }
}
