{
  "name": "standard-changelog",
  "type": "module",
  "version": "8.1.0",
  "description": "Generate a changelog from git metadata with Angular commit convention.",
  "author": "Steve Mao",
  "license": "MIT",
  "homepage": "https://conventional-changelog.js.org/standard-changelog/",
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/conventional-changelog.git",
    "directory": "packages/standard-changelog"
  },
  "bugs": {
    "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  },
  "keywords": [
    "conventional-changelog",
    "angular",
    "conventional",
    "changelog",
    "log"
  ],
  "engines": {
    "node": ">=22"
  },
  "exports": {
    "types": "./dist/index.d.ts",
    "import": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "dependencies": {
    "@conventional-changelog/git-client": "^3.1.0",
    "conventional-changelog-angular": "^9.2.1",
    "conventional-changelog": "^8.1.0"
  },
  "bin": {
    "standard-changelog": "./dist/cli.js"
  }
}