{
  "name": "conventional-changelog",
  "type": "module",
  "version": "8.1.0",
  "description": "Generate a changelog from git metadata.",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "https://github.com/stevemao"
  },
  "contributors": [
    {
      "name": "Brian Ford"
    },
    {
      "name": "Vojta Jína"
    },
    {
      "name": "Andrew Joslin"
    }
  ],
  "license": "MIT",
  "homepage": "https://conventional-changelog.js.org/conventional-changelog/",
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/conventional-changelog.git",
    "directory": "packages/conventional-changelog"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  },
  "keywords": [
    "conventional-changelog",
    "conventional",
    "changelog",
    "log",
    "cli"
  ],
  "engines": {
    "node": ">=22"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@simple-libs/hosted-git-info": "^2.0.0",
    "@simple-libs/normalize-package-data": "^1.0.0",
    "argue-cli": "^3.1.0",
    "fd-package-json": "^2.0.0",
    "@conventional-changelog/git-client": "^3.1.0",
    "conventional-changelog-preset-loader": "^6.0.1",
    "conventional-changelog-writer": "^9.2.0",
    "conventional-commits-parser": "^7.1.0"
  },
  "bin": {
    "conventional-changelog": "./dist/cli/index.js"
  }
}