{
  "name": "@commitlint/ensure",
  "type": "module",
  "version": "20.4.1",
  "description": "Lint your commit messages",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/"
  ],
  "scripts": {
    "deps": "dep-check",
    "pkg": "pkg-check"
  },
  "engines": {
    "node": ">=v18"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/commitlint.git",
    "directory": "@commitlint/ensure"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/commitlint/issues"
  },
  "homepage": "https://commitlint.js.org/",
  "keywords": [
    "conventional-changelog",
    "commitlint",
    "library",
    "core"
  ],
  "author": {
    "name": "Mario Nebl",
    "email": "hello@herebecode.com"
  },
  "license": "MIT",
  "devDependencies": {
    "@commitlint/utils": "^20.0.0",
    "@types/lodash.camelcase": "^4.3.8",
    "@types/lodash.kebabcase": "^4.1.8",
    "@types/lodash.snakecase": "^4.1.8",
    "@types/lodash.startcase": "^4.4.8",
    "@types/lodash.upperfirst": "^4.3.8",
    "glob": "^11.0.0"
  },
  "dependencies": {
    "@commitlint/types": "^20.4.0",
    "lodash.camelcase": "^4.3.0",
    "lodash.kebabcase": "^4.1.1",
    "lodash.snakecase": "^4.1.1",
    "lodash.startcase": "^4.4.0",
    "lodash.upperfirst": "^4.3.1"
  },
  "gitHead": "e7ae28d1f71299cedcafe3360f376c93800b283a"
}
