{
  "name": "cra-build-watch-js",
  "version": "1.0.4",
  "description": "A script for create-react-app that writes development builds to the disk",
  "main": "scripts/index.js",
  "bin": "bin/cra-build-watch.js",
  "files": [
    "bin",
    "scripts",
    "utils"
  ],
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "test": "jest",
    "cm": "git-cz",
    "commitmsg": "commitlint -e",
    "precommit": "lint-staged",
    "travis-deploy-once": "travis-deploy-once",
    "semantic-release": "semantic-release"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "lint-staged": {
    "{{bin,scripts,utils}/**/*.{js,json},*.{js,json}}": [
      "prettier --write",
      "git add"
    ]
  },
  "prettier": {
    "printWidth": 100,
    "trailingComma": "es5",
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Nargonath/cra-build-watch.git"
  },
  "bugs": {
    "url": "https://github.com/Nargonath/cra-build-watch/issues"
  },
  "homepage": "https://github.com/Nargonath/cra-build-watch#readme",
  "author": "Nargonath <jonas.pauthier@gmail.com> & looseend <john@looseend.org>",
  "keywords": [
    "create-react-app",
    "react",
    "webpack",
    "development-environment",
    "build",
    "reactjs"
  ],
  "license": "MIT",
  "peerDependencies": {
    "react-scripts": "^2.0.3"
  },
  "devDependencies": {
    "@commitlint/cli": "6.1.3",
    "@commitlint/config-conventional": "6.1.3",
    "@dixeed/eslint-config": "2.0.0",
    "commitizen": "2.9.6",
    "cz-conventional-changelog": "2.1.0",
    "eslint": "4.19.1",
    "husky": "0.14.3",
    "jest": "22.4.3",
    "lint-staged": "7.0.4",
    "prettier": "1.12.1",
    "travis-deploy-once": "^4.4.1"
  },
  "dependencies": {
    "chalk": "2.4.0",
    "cross-spawn": "6.0.5",
    "fs-extra": "5.0.0",
    "html-webpack-plugin": "^3.2.0",
    "import-cwd": "2.1.0",
    "meow": "4.0.0",
    "ora": "2.0.0",
    "resolve-cwd": "2.0.0"
  }
}
