{
  "name": "conventional-changelog-ghostwriter",
  "version": "1.3.2",
  "description": "A configurable conventional-changelog preset",
  "keywords": [
    "changelog",
    "conventional",
    "conventional-changelog",
    "ghostwriter",
    "preset"
  ],
  "homepage": "https://github.com/JSanchezIO/JSanchezIO/blob/main/packages/conventional-changelog-ghostwriter",
  "repository": {
    "type": "git",
    "url": "https://github.com/JSanchezIO/JSanchezIO.git"
  },
  "license": "MIT",
  "author": "Juan Sanchez <11725911+JSanchezIO@users.noreply.github.com>",
  "main": "dist/index.js",
  "files": [
    "dist",
    "package.json"
  ],
  "dependencies": {
    "compare-func": "^2.0.0",
    "find-up": "^5.0.0"
  },
  "devDependencies": {
    "@types/compare-func": "^1.3.0",
    "@types/node": "^18.15.5",
    "copyfiles": "^2.4.1",
    "typescript": "^5.0.2"
  },
  "scripts": {
    "ci:build": "tsc && copyfiles -u 1 \"src/templates/*.*\" \"dist\"",
    "ci:types": "tsc --noEmit"
  }
}