{
  "name": "@commitlint/cli",
  "version": "12.1.1",
  "description": "Lint your commit messages",
  "files": [
    "index.js",
    "cli.js",
    "lib"
  ],
  "bin": {
    "commitlint": "./cli.js"
  },
  "scripts": {
    "deps": "dep-check",
    "pkg": "pkg-check"
  },
  "engines": {
    "node": ">=v10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/commitlint.git"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/commitlint/issues"
  },
  "homepage": "https://github.com/conventional-changelog/commitlint#readme",
  "keywords": [
    "conventional-changelog",
    "commitlint",
    "cli"
  ],
  "author": {
    "name": "Mario Nebl",
    "email": "hello@herebecode.com"
  },
  "license": "MIT",
  "devDependencies": {
    "@commitlint/test": "^12.1.0",
    "@commitlint/utils": "^12.1.1",
    "@types/yargs": "^16.0.0",
    "execa": "^5.0.0",
    "fs-extra": "^9.0.0"
  },
  "dependencies": {
    "@commitlint/format": "^12.1.1",
    "@commitlint/lint": "^12.1.1",
    "@commitlint/load": "^12.1.1",
    "@commitlint/read": "^12.1.1",
    "@commitlint/types": "^12.1.1",
    "lodash": "^4.17.19",
    "resolve-from": "5.0.0",
    "resolve-global": "1.0.0",
    "yargs": "^16.2.0"
  },
  "gitHead": "70f7f4688b51774e7ac5e40e896cdaa3f132b2bc"
}