{
  "name": "conventional-changelog",
  "type": "module",
  "version": "7.2.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://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog#readme",
  "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": ">=18"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@simple-libs/hosted-git-info": "^1.0.2",
    "@types/normalize-package-data": "^2.4.4",
    "fd-package-json": "^2.0.0",
    "meow": "^13.0.0",
    "normalize-package-data": "^7.0.0",
    "@conventional-changelog/git-client": "^2.6.0",
    "conventional-changelog-preset-loader": "^5.0.0",
    "conventional-changelog-writer": "^8.3.0",
    "conventional-commits-parser": "^6.3.0"
  },
  "bin": {
    "conventional-changelog": "./dist/cli/index.js"
  }
}