{
  "name": "conventional-recommended-bump",
  "type": "module",
  "version": "12.1.0",
  "description": "Get a recommended version bump based on conventional commits.",
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "https://github.com/stevemao"
  },
  "license": "MIT",
  "homepage": "https://conventional-changelog.js.org/version-bump/",
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/conventional-changelog.git",
    "directory": "packages/conventional-recommended-bump"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  },
  "keywords": [
    "conventional-recommended-bump",
    "recommend",
    "conventional",
    "bump"
  ],
  "engines": {
    "node": ">=22"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "argue-cli": "^3.1.0",
    "@conventional-changelog/git-client": "^3.1.0",
    "conventional-changelog-preset-loader": "^6.0.1",
    "conventional-commits-parser": "^7.1.0",
    "conventional-commits-filter": "^6.0.1"
  },
  "bin": {
    "conventional-recommended-bump": "./dist/cli/index.js"
  }
}