{
  "name": "conventional-changelog-beemo",
  "version": "4.1.1",
  "description": "Conventional changelog preset for Beemo and associated projects.",
  "keywords": [
    "conventional-changelog",
    "beemo",
    "preset"
  ],
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "engines": {
    "node": ">=18.12.0"
  },
  "repository": "https://github.com/beemojs/conventional-changelog-beemo",
  "author": "Miles Johnson",
  "license": "MIT",
  "files": [
    "lib/**/*",
    "src/**/*",
    "templates/**/*"
  ],
  "scripts": {
    "build": "packemon build --addEngines",
    "pack": "packemon pack --addEngines --addExports --declaration",
    "check": "yarn run type && yarn run test",
    "test": "vitest --run",
    "format": "prettier --write .",
    "release": "yarn run pack && yarn run check && npx np --yolo --no-yarn",
    "type": "tsc --noEmit"
  },
  "dependencies": {
    "conventional-changelog-writer": "^8.0.0",
    "conventional-commits-parser": "^6.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.14.2",
    "conventional-changelog-core": "^8.0.0",
    "conventional-recommended-bump": "^10.0.0",
    "packemon": "^4.1.1",
    "prettier": "^3.3.1",
    "prettier-config-moon": "^1.1.2",
    "tsconfig-moon": "^1.3.0",
    "typescript": "^5.4.5",
    "vitest": "^1.6.0"
  },
  "funding": {
    "type": "ko-fi",
    "url": "https://ko-fi.com/milesjohnson"
  },
  "packemon": {
    "api": "private",
    "format": "lib",
    "platform": "node",
    "inputs": {
      "index": "src/index.ts",
      "core": "src/core.ts"
    }
  },
  "exports": {
    "./package.json": "./package.json",
    "./core": {
      "types": "./lib/core.d.ts",
      "default": "./lib/core.js"
    },
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "packageManager": "yarn@3.2.0"
}