{
  "name": "cc-jt",
  "version": "0.1.26",
  "description": "Cyclomatic complexity config for jiatui.com",
  "main": "index.js",
  "scripts": {
    "cz": "git add . && git status && git cz && npm-publish-bin && npm version patch && npm publish .",
    "patch": "git add . && git commit -m:pencil2: && npm version patch && npm publish .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kongnet/cc-jt.git"
  },
  "author": "9601698@qq.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kongnet/cc-jt/issues"
  },
  "homepage": "https://github.com/kongnet/cc-jt#readme",
  "devDependencies": {
    "cz-jt": "^0.1.7",
    "npm-publish-bin": "^1.0.0"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-jt"
    }
  },
  "standard": {
    "globals": [
      "$",
      "describe",
      "it",
      "define",
      "db"
    ],
    "ignore": []
  },
  "dependencies": {
    "eslint-plugin-html": "*",
    "eslint-plugin-vue": "*"
  }
}
