{
  "name": "conventional-changelog-core",
  "type": "module",
  "version": "9.0.0",
  "description": "Core package of conventional-changelog.",
  "author": "Steve Mao",
  "license": "MIT",
  "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/conventional-changelog.git",
    "directory": "packages/conventional-changelog-core"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  },
  "keywords": [
    "conventional-changelog",
    "conventional",
    "changelog",
    "log"
  ],
  "engines": {
    "node": ">=18"
  },
  "exports": "./index.js",
  "files": [
    "index.js",
    "lib",
    "hosts"
  ],
  "dependencies": {
    "@hutson/parse-repository-url": "^5.0.0",
    "add-stream": "^1.0.0",
    "fd-package-json": "^1.2.0",
    "hosted-git-info": "^8.0.0",
    "normalize-package-data": "^7.0.0",
    "conventional-commits-parser": "^6.1.0",
    "git-raw-commits": "^5.0.0",
    "conventional-changelog-writer": "^8.0.1",
    "git-semver-tags": "^8.0.0"
  }
}