{
  "name": "create-react-app-jcod",
  "version": "0.4.0",
  "description": "A boilerplate builder for any JCOD react project",
  "main": "index.js",
  "bin": {
    "create-react-app-jcod": "./index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nkokla/jcod-react-boilerplate.git"
  },
  "keywords": [
    "JCOD",
    "JSON",
    "react",
    "boilerplate",
    "template"
  ],
  "author": "Nicolas KOKLA",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nkokla/jcod-react-boilerplate/issues"
  },
  "homepage": "https://github.com/nkokla/jcod-react-boilerplate#readme",
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "babel-eslint": "^10.0.1",
    "eslint": "^5.16.0",
    "eslint-config-prettier": "^4.3.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.17.3",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-promise": "^4.1.1",
    "eslint-plugin-standard": "^4.0.0",
    "prettier": "^1.17.1",
    "prettier-eslint": "^8.8.2"
  },
  "dependencies": {
    "app-root-path": "^2.2.1",
    "args": "^5.0.1",
    "chalk": "^2.4.2",
    "check-node-version": "^4.0.1",
    "chokidar": "^3.0.1",
    "commander": "^2.20.0",
    "fs-extra": "^8.0.1",
    "glob": "^7.1.4",
    "inquirer": "^6.3.1",
    "jsonfile": "^5.0.0",
    "latest-version": "^5.1.0",
    "ora": "^3.4.0"
  },
  "script": {
    "create-jcod": "jcod-react-boilerplate",
    "build-register": "build-route-register"
  }
}
