{
  "name": "@commitlint/cz-commitlint",
  "type": "module",
  "version": "19.8.0",
  "description": "Commitizen adapter using the commitlint.config.js",
  "main": "./lib/index.js",
  "exports": {
    "import": "./lib/index.js",
    "require": "./index.cjs"
  },
  "files": [
    "index.cjs",
    "lib"
  ],
  "keywords": [
    "conventional-changelog",
    "commitlint",
    "cz",
    "commitizen",
    "cz-commitlint"
  ],
  "scripts": {
    "commit": "git-cz"
  },
  "homepage": "https://commitlint.js.org/",
  "bugs": {
    "url": "https://github.com/conventional-changelog/commitlint/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/commitlint.git",
    "directory": "@commitlint/cz-commitlint"
  },
  "engineStrict": true,
  "engines": {
    "node": ">=v18"
  },
  "author": "Curly Brackets <water.curly@outlook.com>",
  "license": "MIT",
  "config": {
    "commitizen": {
      "path": "./@commitlint/cz-commitlint"
    }
  },
  "dependencies": {
    "@commitlint/ensure": "^19.8.0",
    "@commitlint/load": "^19.8.0",
    "@commitlint/types": "^19.8.0",
    "chalk": "^5.3.0",
    "lodash.isplainobject": "^4.0.6",
    "word-wrap": "^1.2.5"
  },
  "peerDependencies": {
    "commitizen": "^4.0.3",
    "inquirer": "^9.0.0"
  },
  "devDependencies": {
    "@types/inquirer": "^9.0.7",
    "@types/lodash.isfunction": "^3.0.8",
    "@types/lodash.isplainobject": "^4.0.8",
    "commitizen": "^4.2.4",
    "lodash.isfunction": "^3.0.9"
  },
  "gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
}
