{
  "name": "keep-a-changelog",
  "version": "2.6.2",
  "description": "Node package to parse and generate changelogs following the [keepachangelog](https://keepachangelog.com/) format.",
  "keywords": [
    "changelog",
    "keepachangelog",
    "parser"
  ],
  "author": "Oscar Otero <oom@oscarotero.com>",
  "homepage": "https://github.com/oscarotero/keep-a-changelog#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oscarotero/keep-a-changelog.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oscarotero/keep-a-changelog/issues"
  },
  "main": "./script/mod.js",
  "module": "./esm/mod.js",
  "exports": {
    ".": {
      "import": "./esm/mod.js",
      "require": "./script/mod.js"
    }
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "bin": {
    "changelog": "./esm/bin.js"
  },
  "dependencies": {
    "@deno/shim-deno": "~0.18.0"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "picocolors": "^1.0.0"
  },
  "_generatedBy": "dnt@dev"
}