{
  "name": "conventional-changelog-core",
  "version": "7.0.0",
  "description": "conventional-changelog core",
  "repository": {
    "type": "git",
    "url": "https://github.com/conventional-changelog/conventional-changelog.git"
  },
  "keywords": [
    "conventional-changelog",
    "conventional",
    "changelog",
    "log"
  ],
  "engines": {
    "node": ">=16"
  },
  "license": "MIT",
  "files": [
    "index.js",
    "lib",
    "hosts"
  ],
  "bugs": {
    "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  },
  "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-core#readme",
  "dependencies": {
    "@hutson/parse-repository-url": "^5.0.0",
    "add-stream": "^1.0.0",
    "hosted-git-info": "^7.0.0",
    "normalize-package-data": "^6.0.0",
    "read-pkg": "^8.0.0",
    "read-pkg-up": "^10.0.0",
    "conventional-changelog-writer": "^7.0.0",
    "conventional-commits-parser": "^5.0.0",
    "git-raw-commits": "^4.0.0",
    "git-semver-tags": "^7.0.0"
  },
  "devDependencies": {
    "conventional-changelog-angular": "^7.0.0"
  }
}