{
  "name": "@commitlint/cli",
  "type": "module",
  "version": "20.4.2",
  "description": "Lint your commit messages",
  "files": [
    "index.cjs",
    "cli.js",
    "lib"
  ],
  "main": "index.cjs",
  "bin": {
    "commitlint": "./cli.js"
  },
  "scripts": {
    "deps": "dep-check",
    "pkg": "pkg-check"
  },
  "engines": {
    "node": ">=v18"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/commitlint.git",
    "directory": "@commitlint/cli"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/commitlint/issues"
  },
  "homepage": "https://commitlint.js.org/",
  "keywords": [
    "conventional-changelog",
    "commitlint",
    "cli"
  ],
  "author": {
    "name": "Mario Nebl",
    "email": "hello@herebecode.com"
  },
  "license": "MIT",
  "devDependencies": {
    "@commitlint/test": "^20.4.0",
    "@commitlint/utils": "^20.0.0",
    "@types/lodash.mergewith": "^4.6.8",
    "@types/node": "^18.19.17",
    "@types/yargs": "^17.0.29",
    "fs-extra": "^11.0.0",
    "lodash.mergewith": "^4.6.2"
  },
  "dependencies": {
    "@commitlint/format": "^20.4.0",
    "@commitlint/lint": "^20.4.2",
    "@commitlint/load": "^20.4.0",
    "@commitlint/read": "^20.4.0",
    "@commitlint/types": "^20.4.0",
    "tinyexec": "^1.0.0",
    "yargs": "^17.0.0"
  },
  "gitHead": "81cfc9e5e9d452b68b5809e57196ca0c03fd7b85"
}
