{
  "name": "changelog-parser",
  "description": "Change log parser for node.",
  "version": "3.0.1",
  "author": "Nate Goldman <ungoldman@gmail.com>",
  "bin": {
    "changelog-parser": "./bin/cli.js"
  },
  "bugs": {
    "url": "https://github.com/ungoldman/changelog-parser/issues"
  },
  "contributors": [
    "Nate Goldman <ungoldman@gmail.com>",
    "Rachel Nehmer <kneemer@gmail.com>",
    "Viktor Havrylin <fer0x.feo@gmail.com>",
    "J R Mykolyn <jrmykolyn@gmail.com>",
    "Bogdan Plieshka <bogdanplieshka@gmail.com>",
    "Ciro Nunes <ciroanunes@gmail.com>",
    "Andy Edwards <jedwards@fastmail.com>"
  ],
  "dependencies": {
    "line-reader": "^0.2.4",
    "remove-markdown": "^0.5.0"
  },
  "devDependencies": {
    "gh-release": "^7.0.0",
    "standard": "^17.0.0",
    "tap-spec": "^5.0.0",
    "tape": "^5.5.2"
  },
  "engines": {
    "node": ">=14"
  },
  "homepage": "https://github.com/ungoldman/changelog-parser",
  "keywords": [
    "CHANGELOG.md",
    "changelog",
    "parser",
    "semantic",
    "semver",
    "versioning"
  ],
  "license": "ISC",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ungoldman/changelog-parser.git"
  },
  "scripts": {
    "release": "gh-release && npm publish",
    "test": "standard && node test | tap-spec"
  }
}
