{
  "name": "create-era",
  "version": "0.1.2",
  "description": "A CLI for Elctron and React apps.",
  "author": "jacob-anderson-dev <jacob.anderson.dev@gmail.com>",
  "main": "index.js",
  "license": "MIT",
  "reveal": true,
  "bin": {
    "electron-react": "index.js"
  },
  "scripts": {
    "start": "node .",
    "lint": "standard *.js lib/*.js",
    "lint:fix": "standard --fix *.js lib/*.js",
    "test": "ava -v *.test.js lib/*.test.js",
    "patch": "yarn version --patch",
    "minor": "yarn version --minor",
    "major": "yarn version --major"
  },
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "keywords": [
    "electron",
    "react",
    "create-react-app",
    "cli",
    "boilerplate",
    "react",
    "redux",
    "sass",
    "webpack",
    "hot",
    "reload"
  ],
  "dependencies": {
    "chalk": "^2.4.2",
    "commander": "^2.20.0",
    "conf": "^2.2.0",
    "cp-file": "^6.2.0",
    "execa": "^1.0.0",
    "git-config-path": "^2.0.0",
    "github-username": "^4.1.0",
    "globby": "^9.2.0",
    "handlebars": "^4.1.0",
    "inquirer": "^6.5.2",
    "make-dir": "^2.1.0",
    "ora": "^3.1.0",
    "p-each-series": "^1.0.0",
    "parse-git-config": "^3.0.0",
    "which": "^1.3.1"
  },
  "devDependencies": {
    "ava": "^1.4.1",
    "ignore": "^5.1.4",
    "rmfr": "^2.0.0",
    "standard": "^12.0.1"
  }
}
