{
  "name": "@142vip/changelog",
  "type": "module",
  "version": "0.0.1-alpha.20",
  "private": false,
  "description": "基于Git提交信息，生成变更记录，输出Markdown格式的日志文件",
  "author": "mmdapl <mmdapl@163.com>",
  "authorInfo": {
    "name": "微信公众号：储凡",
    "email": "fairy_vip@2925.com",
    "url": "https://github.com/142vip",
    "homePage": "https://142vip.cn"
  },
  "license": "MIT",
  "homepage": "https://142vip.github.io/core-x/packages/changelog/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/142vip/core-x.git",
    "directory": "packages/changelog"
  },
  "keywords": [
    "公众号搜：储凡",
    "142vip",
    "@142vip",
    "@142vip/changelog",
    "changelog",
    "release",
    "releases",
    "conventional"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "bin": {
    "changelog": "./cli.mjs",
    "ch": "./cli.mjs"
  },
  "files": [
    "*.mjs",
    "dist"
  ],
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "ofetch": "1.3.4",
    "@142vip/utils": "0.0.1-alpha.37"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "unbuild",
    "typecheck": "tsc --noEmit"
  }
}