{
  "name": "@commitlint/prompt",
  "version": "21.0.1",
  "gitHead": "db8d7d6461d721fe2561ce4307e4069eaf6dcc8c",
  "description": "commitizen prompt using commitlint.config.js",
  "keywords": [
    "commitizen",
    "commitlint",
    "conventional-changelog",
    "cz",
    "prompt"
  ],
  "homepage": "https://commitlint.js.org/",
  "bugs": {
    "url": "https://github.com/conventional-changelog/commitlint/issues"
  },
  "license": "MIT",
  "author": "Mario Nebl <hello@herebecode.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/commitlint.git",
    "directory": "@commitlint/prompt"
  },
  "files": [
    "lib/"
  ],
  "type": "module",
  "main": "./lib/index.js",
  "scripts": {
    "deps": "dep-check",
    "pkg": "pkg-check --skip-import"
  },
  "dependencies": {
    "@commitlint/ensure": "^21.0.1",
    "@commitlint/load": "^21.0.1",
    "@commitlint/types": "^21.0.1",
    "inquirer": "^9.2.15",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@commitlint/config-angular": "^21.0.1",
    "@commitlint/types": "workspace:^",
    "@commitlint/utils": "^21.0.1",
    "@types/inquirer": "^9.0.7",
    "@types/node": "^22.0.0",
    "commitizen": "^4.2.4",
    "rxjs": "^7.5.5"
  },
  "config": {
    "commitizen": {
      "path": "./@commitlint/prompt"
    }
  },
  "engines": {
    "node": ">=22.12.0"
  }
}
