{
  "name": "conventional-changelog-cli",
  "version": "4.1.0",
  "description": "Generate a changelog from git metadata",
  "bugs": {
    "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  },
  "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-cli#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/conventional-changelog.git"
  },
  "author": {
    "name": "Steve Mao",
    "email": "maochenyan@gmail.com",
    "url": "https://github.com/stevemao"
  },
  "bin": {
    "conventional-changelog": "cli.mjs"
  },
  "files": [
    "cli.mjs"
  ],
  "keywords": [
    "cli",
    "cli-app",
    "conventional-changelog",
    "conventional",
    "changelog",
    "log"
  ],
  "engines": {
    "node": ">=16"
  },
  "dependencies": {
    "add-stream": "^1.0.0",
    "meow": "^12.0.1",
    "tempfile": "^5.0.0",
    "conventional-changelog": "^5.1.0"
  },
  "license": "MIT"
}