{
  "author": "Daniel Fürst",
  "bin": "dist/cli.js",
  "bugs": {
    "url": "https://gitlab.com/dpfuerst/release-czech-husky/issues"
  },
  "dependencies": {
    "chalk": "^3.0.0",
    "command-line-args": "^5.1.1",
    "ncp": "^2.0.0",
    "prompts": "^2.3.0",
    "walk": "^2.3.14"
  },
  "description": "A wrapper for husky, git-cz, and semantic-release to unleash the united thrust these gems provide.",
  "devDependencies": {
    "@semantic-release/changelog": "^3.0.6",
    "@semantic-release/git": "^8.0.0",
    "@semantic-release/gitlab": "^4.1.0",
    "@types/command-line-args": "^5.0.0",
    "@types/ncp": "^2.0.3",
    "@types/prompts": "^2.0.3",
    "@types/walk": "^2.3.0",
    "conventional-changelog-conventionalcommits": "^4.2.3",
    "git-cz": "^4.1.0",
    "husky": "^4.0.10",
    "marked": "^0.7.0",
    "prettier": "^1.19.1",
    "semantic-release": "^16.0.2",
    "tslint": "^6.0.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.7.5"
  },
  "files": [
    "defaults",
    "dist"
  ],
  "homepage": "https://gitlab.com/dpfuerst/release-czech-husky#readme",
  "husky": {
    "hooks": {
      "prepare-commit-msg": "npm run preCommit && node .git-hooks/pre-commit-msg.js"
    }
  },
  "keywords": [
    "husky",
    "git-cz",
    "semantic-release"
  ],
  "license": "Unlicense",
  "main": "dist/index.js",
  "name": "@limanio/release-czech-husky",
  "peerDependencies": {
    "@semantic-release/changelog": "3",
    "@semantic-release/git": "8",
    "@semantic-release/gitlab": "4",
    "conventional-changelog-conventionalcommits": "4",
    "git-cz": "4",
    "husky": "4",
    "semantic-release": "16"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/dpfuerst/release-czech-husky.git"
  },
  "scripts": {
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "lint": "tslint -p tsconfig.json",
    "preCommit": "npm run format && npm run lint",
    "prepare": "npm run build"
  },
  "version": "1.2.2"
}
