{
  "name": "@commitlint/utils",
  "version": "12.1.1",
  "description": "Development utilities for @commitlint",
  "private": true,
  "files": [
    "dep-check.js",
    "pkg-check.js"
  ],
  "bin": {
    "dep-check": "./dep-check.js",
    "pkg-check": "./pkg-check.js"
  },
  "scripts": {
    "deps": "node dep-check.js",
    "pkg": "node pkg-check.js --skip-main"
  },
  "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": {
    "@types/yargs": "^16.0.0"
  },
  "dependencies": {
    "execa": "^5.0.0",
    "fs-extra": "^9.0.0",
    "read-pkg": "6.0.0",
    "require-from-string": "2.0.2",
    "tar-fs": "2.1.1",
    "tmp": "0.2.1",
    "yargs": "^16.2.0"
  },
  "gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"
}