{
  "name": "@commitlint/rules",
  "version": "21.0.1",
  "gitHead": "db8d7d6461d721fe2561ce4307e4069eaf6dcc8c",
  "description": "Lint your commit messages",
  "keywords": [
    "commitlint",
    "conventional-changelog",
    "core",
    "library"
  ],
  "homepage": "https://commitlint.js.org/",
  "bugs": {
    "url": "https://github.com/conventional-changelog/commitlint/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Mario Nebl",
    "email": "hello@herebecode.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/commitlint.git",
    "directory": "@commitlint/rules"
  },
  "files": [
    "lib/"
  ],
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "deps": "dep-check",
    "pkg": "pkg-check"
  },
  "dependencies": {
    "@commitlint/ensure": "^21.0.1",
    "@commitlint/message": "^21.0.1",
    "@commitlint/to-lines": "^21.0.1",
    "@commitlint/types": "^21.0.1"
  },
  "devDependencies": {
    "@commitlint/parse": "^21.0.1",
    "@commitlint/test": "^21.0.1",
    "@commitlint/utils": "^21.0.1",
    "@types/node": "^22.0.0",
    "conventional-changelog-angular": "^8.2.0",
    "conventional-commits-parser": "^6.3.0"
  },
  "engines": {
    "node": ">=22.12.0"
  }
}
