{
  "name": "@ryansonshine/cz-conventional-changelog",
  "version": "3.3.4",
  "description": "Commitizen adapter following the conventional-changelog format.",
  "main": "index.js",
  "scripts": {
    "commit": "git-cz",
    "test": "mocha *.test.js",
    "format": "prettier --write *.js",
    "semantic-release": "semantic-release"
  },
  "homepage": "https://github.com/commitizen/cz-conventional-changelog",
  "repository": {
    "type": "git",
    "url": "https://github.com/ryansonshine/cz-conventional-changelog.git"
  },
  "bugs": {
    "url": "https://github.com/commitizen/cz-conventional-changelog/issues"
  },
  "engineStrict": true,
  "engines": {
    "node": ">= 10"
  },
  "author": "Jim Cummins <jimthedev@gmail.com>",
  "contributors": [
    {
      "name": "Ryan Sonshine",
      "email": "ryansonshine@users.noreply.github.com",
      "url": "https://github.com/ryansonshine"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@ryansonshine/commitizen": "^4.2.6",
    "chalk": "^2.4.1",
    "conventional-commit-types": "^3.0.0",
    "lodash.map": "^4.5.1",
    "longest": "^2.0.1",
    "word-wrap": "^1.0.3"
  },
  "devDependencies": {
    "@types/chai": "4.3.0",
    "@types/mocha": "9.1.0",
    "chai": "4.3.6",
    "conventional-changelog-conventionalcommits": "^4.6.3",
    "cosmiconfig": "5.2.1",
    "mocha": "9.2.2",
    "mock-require": "3.0.3",
    "prettier": "1.19.1",
    "semantic-release": "^19.0.2",
    "semver": "6.3.0"
  },
  "optionalDependencies": {
    "@commitlint/load": ">6.1.1"
  },
  "config": {
    "commitizen": {
      "path": "./index.js"
    }
  },
  "release": {
    "branches": [
      "main"
    ],
    "preset": "conventionalcommits",
    "presetConfig": {
      "releaseRules": [
        {
          "type": "build",
          "scope": "deps",
          "release": "patch"
        }
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
