{
  "name": "conventional-commits-filter",
  "version": "4.0.0",
  "description": "Filter out reverted commits parsed by conventional-commits-parser",
  "bugs": {
    "url": "https://github.com/conventional-changelog/conventional-changelog/issues"
  },
  "homepage": "https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-filter#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"
  },
  "engines": {
    "node": ">=16"
  },
  "files": [
    "index.js"
  ],
  "keywords": [
    "filter",
    "conventional",
    "changelog",
    "commits"
  ],
  "license": "MIT"
}