{
  "name": "@soybeanjs/changelog",
  "version": "0.5.1",
  "description": "generate changelog form git tags and commits for github",
  "homepage": "https://github.com/soybeanjs/changelog",
  "bugs": {
    "url": "https://github.com/soybeanjs/changelog/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Soybean",
    "email": "soybeanjs@outlook.com",
    "url": "https://github.com/soybeanjs"
  },
  "repository": {
    "url": "https://github.com/soybeanjs/changelog.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@soybeanjs/fetch": "^0.1.0",
    "cli-progress": "3.12.0",
    "convert-gitmoji": "0.1.5",
    "dayjs": "1.11.21",
    "execa": "10.0.0",
    "semver": "7.8.5"
  },
  "devDependencies": {
    "@soybeanjs/cli": "1.7.4",
    "@soybeanjs/oxc-config": "^0.2.3",
    "@types/cli-progress": "3.11.6",
    "@types/node": "26.1.1",
    "@types/semver": "7.7.1",
    "typescript": "7.0.2",
    "vite-plus": "0.2.6",
    "vitest": "^4.1.10"
  },
  "scripts": {
    "build": "vp pack && pnpm build-pkg",
    "build-pkg": "pnpm -r --filter='./packages/*' run build",
    "cleanup": "soy cleanup",
    "commit": "soy git-commit",
    "fmt": "vp fmt",
    "lint": "vp lint --fix",
    "publish-pkg": "pnpm -r publish --access public",
    "release": "soy release",
    "test": "vitest run",
    "test:watch": "vitest",
    "typecheck": "tsc --noEmit --skipLibCheck",
    "upkg": "soy ncu"
  }
}