{
  "name": "conventional-changelog-conventionalcommits",
  "type": "module",
  "version": "9.1.0",
  "description": "Conventionalcommits.org preset for conventional-changelog.",
  "author": "Ben Coe",
  "license": "ISC",
  "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/conventional-changelog.git",
    "directory": "packages/conventional-changelog-conventionalcommits"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  },
  "keywords": [
    "conventional-changelog",
    "conventionalcommits.org",
    "preset"
  ],
  "engines": {
    "node": ">=18"
  },
  "exports": "./src/index.js",
  "files": [
    "src"
  ],
  "dependencies": {
    "compare-func": "^2.0.0"
  }
}