{
  "name": "mk-paas-cli",
  "version": "1.0.6",
  "description": "MK PAAS CLI TOOL",
  "bin": {
    "MK-paas-cli": "bin/index.js"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "gitee",
    "url": "git@gitee.com:maycur-paas/paas-cli.git"
  },
  "keywords": [
    "MK",
    "PAAS",
    "cli"
  ],
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*": [
      "eslint",
      "git add"
    ]
  },
  "author": "MK PAAS GROUP",
  "license": "MIT",
  "dependencies": {
    "@commitlint/cli": "^8.2.0",
    "@commitlint/config-conventional": "^8.2.0",
    "chalk": "^2.4.1",
    "cli-table": "^0.3.1",
    "commander": "^2.16.0",
    "download-git-repo": "^3.0.2",
    "eslint": "^6.5.1",
    "fs-extra": "^7.0.1",
    "husky": "^3.0.9",
    "inquirer": "^6.0.0",
    "lint-staged": "^9.4.2",
    "ora": "^1.2.0"
  }
}
