{
  "name": "r3-ts-cli",
  "version": "0.0.13",
  "main": "./lib/index.js",
  "bin": {
    "r3-ts-cli": "./dist/index.js"
  },
  "repository": "https://github.com/reginaldoMorais/r3-ts-cli.git",
  "author": "reginaldoMorais <reginaldo.cmorais@gmail.com>",
  "description": "Create React applications with server-side rendering using Redux and Router v4. Simple and very fast!",
  "scripts": {
    "clean": "rm -Rf dist",
    "start": "ts-node src/index.ts",
    "create": "npm run build",
    "build": "npm run clean && tsc -p .",
    "test": "jest",
    "test:w": "jest --watchAll",
    "test:v": "jest --verbose",
    "test:c": "jest --coverage",
    "test:d": "jest --debug",
    "refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "redux",
    "react-router",
    "typescript",
    "code-generator"
  ],
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
    }
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@types/unzipper": "^0.10.1",
    "chalk": "^3.0.0",
    "clear": "^0.1.0",
    "clui": "^0.3.6",
    "commander": "^4.0.1",
    "figlet": "^1.2.4",
    "fs-extra": "^8.1.0",
    "inquirer": "^7.0.0",
    "path": "^0.12.7",
    "touch": "^3.1.0",
    "unzip": "^0.1.11",
    "unzipper": "^0.10.5"
  },
  "devDependencies": {
    "@commitlint/cli": "^8.3.4",
    "@commitlint/config-conventional": "^8.3.4",
    "@types/clear": "^0.1.0",
    "@types/clui": "^0.3.0",
    "@types/figlet": "^1.2.0",
    "@types/fs-extra": "^8.0.1",
    "@types/inquirer": "^6.5.0",
    "@types/lodash": "^4.14.149",
    "@types/minimist": "^1.2.0",
    "@types/node": "^12.12.15",
    "@types/touch": "^3.1.1",
    "@types/unzip": "^0.1.1",
    "commitizen": "^4.0.3",
    "cz-conventional-changelog": "3.0.2",
    "husky": "^3.1.0",
    "jest": "^24.9.0",
    "nodemon": "^2.0.1",
    "ts-node": "^8.5.4",
    "typescript": "^3.7.3"
  },
  "jest": {
    "testPathIgnorePatterns": [
      "src/project"
    ]
  }
}
