{
  "name": "conventional-changelog-eslint",
  "type": "module",
  "version": "6.1.0",
  "description": "ESLint preset for conventional-changelog.",
  "author": "Steve Mao",
  "license": "ISC",
  "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-eslint#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/conventional-changelog.git",
    "directory": "packages/conventional-changelog-eslint"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  },
  "keywords": [
    "conventional-changelog",
    "eslint",
    "preset"
  ],
  "engines": {
    "node": ">=18"
  },
  "exports": "./src/index.js",
  "files": [
    "src"
  ]
}