{
  "name": "mk-react-comp",
  "version": "1.1.25",
  "description": "React CLI allowing you to create react components from the command line with lots of customizations.",
  "author": "Jimmy Beldone <dev.jimmy.beldone@gmail.com>",
  "bugs": {
    "url": "https://github.com/JimmyBeldone/mk-react-comp/issues"
  },
  "private": false,
  "keywords": [
    "react",
    "cli",
    "component",
    "generator"
  ],
  "license": "MIT",
  "homepage": "https://github.com/JimmyBeldone/mk-react-comp",
  "repository": {
    "type": "git",
    "url": "https://github.com/JimmyBeldone/mk-react-comp.git"
  },
  "scripts": {
    "commit": "git-cz",
    "lint": "eslint src --fix",
    "pretty": "prettier --write 'src/**/*.js'",
    "test": "echo 'No test specified'",
    "test:generate": "node lib/index.js Test --styl -f -l -r",
    "run:help": "babel-node src/index.js -h",
    "build": "babel src --out-dir lib",
    "prepare": "yarn clean && cross-env NODE_ENV=production yarn build && husky install",
    "clean": "rimraf lib",
    "clean:test": "rimraf src/views",
    "semantic-release": "semantic-release",
    "mkreact": "mkreact"
  },
  "preferGlobal": true,
  "bin": {
    "mkreact": "lib/index.js"
  },
  "devDependencies": {
    "@babel/cli": "7.17.6",
    "@babel/core": "7.17.8",
    "@babel/node": "7.16.8",
    "@babel/preset-env": "7.16.11",
    "@semantic-release/changelog": "6.0.1",
    "@semantic-release/git": "10.0.1",
    "babel-eslint": "10.1.0",
    "babel-plugin-array-includes": "2.0.3",
    "commitizen": "4.2.4",
    "cross-env": "7.0.3",
    "cz-conventional-changelog": "3.3.0",
    "devmoji": "2.3.0",
    "eslint": "8.11.0",
    "eslint-config-airbnb-base": "15.0.0",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.25.4",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-promise": "6.0.0",
    "husky": "7.0.4",
    "lint-staged": "12.3.7",
    "prettier": "2.6.0",
    "rimraf": "3.0.2",
    "semantic-release": "19.0.2"
  },
  "lint-staged": {
    "{src}/**/*.js": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "chalk": "5.0.1",
    "commander": "6.2.1"
  }
}
