{
  "name": "@commitlint/resolve-extends",
  "type": "module",
  "version": "20.4.0",
  "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/resolve-extends"
  },
  "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.mergewith": "^4.6.8"
  },
  "dependencies": {
    "@commitlint/config-validator": "^20.4.0",
    "@commitlint/types": "^20.4.0",
    "global-directory": "^4.0.1",
    "import-meta-resolve": "^4.0.0",
    "lodash.mergewith": "^4.6.2",
    "resolve-from": "^5.0.0"
  },
  "gitHead": "c68de5e24b010e38eac171f35ba18d31bb1fd3dd"
}
