{
  "name": "cz-conventional-changelog-for-jira-smart-commits",
  "version": "1.0.6",
  "description": "Commitizen adapter following the conventional-changelog format and also asking for JIRA issue with Smart Commits.",
  "main": "index.js",
  "scripts": {
    "commit": "git-cz",
    "test": "mocha *.test.js",
    "format": "prettier --write *.js",
    "semantic-release": "semantic-release"
  },
  "homepage": "https://github.com/anastariqkhan/cz-conventional-changelog-jira-smart-commits",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anastariqkhan/cz-conventional-changelog-jira-smart-commits.git"
  },
  "engineStrict": true,
  "engines": {
    "node": ">= 10"
  },
  "author": "@anastariqkhan https://github.com/anastariqkhan",
  "license": "MIT",
  "dependencies": {
    "boxen": "^5.0.0",
    "chalk": "^2.4.1",
    "commitizen": "^4.0.3",
    "git-branch": "^2.0.1",
    "lodash.map": "^4.5.1",
    "longest": "^2.0.1",
    "right-pad": "^1.0.1",
    "word-wrap": "^1.0.3",
    "@commitlint/load": ">6.1.1"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/mocha": "^5.2.7",
    "chai": "^4.2.0",
    "cosmiconfig": "^5.2.1",
    "cz-conventional-changelog": "^3.1.0",
    "mocha": "^6.2.0",
    "mock-require": "^3.0.3",
    "prettier": "^1.15.3",
    "semantic-release": "^15.13.3",
    "semver": "^6.2.0"
  },
  "optionalDependencies": {
    "@commitlint/load": ">6.1.1"
  },
  "config": {
    "commitizen": {
      "path": "./index.js",
      "jiraMode": true,
      "skipScope": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/anastariqkhan/cz-conventional-changelog-jira-smart-commits/issues"
  },
  "keywords": [
    "cz-conventional-changelog",
    "jira",
    "commitlint",
    "smart-commits",
    "jira-smart-commits"
  ]
}
