{
  "name": "validate-branch-name",
  "version": "1.3.2",
  "description": "Git branch name validator",
  "main": "index.js",
  "bin": {
    "validate-branch-name": "cli.js"
  },
  "scripts": {
    "check-coverage": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
    "test": "npm link && istanbul cover -x test/**/*.test.js node_modules/mocha/bin/_mocha -- -R spec test/**/*.test.js",
    "lint": "eslint . --fix",
    "ci": "npm run lint && npm run test && npm run check-coverage && codecov",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JsonMa/validate-branch-name.git"
  },
  "keywords": [
    "validate-branch-name",
    "branch-name",
    "branch",
    "hook",
    "git",
    "git hook",
    "git branch name",
    "branch name",
    "pre push",
    "git push"
  ],
  "author": "jsonma",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JsonMa/validate-branch-name/issues"
  },
  "homepage": "https://github.com/JsonMa/validate-branch-name#readme",
  "dependencies": {
    "commander": "^8.3.0",
    "cosmiconfig": "^8.1.3",
    "git-local-info": "^1.0.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "eslint": "^6.1.0",
    "eslint-config-egg": "^7.4.1",
    "eslint-plugin-import": "^2.18.2",
    "istanbul": "^0.4.5",
    "mocha": "^10.2.0"
  }
}
