{
  "name": "@142vip/release-version",
  "version": "0.0.1-alpha.13",
  "description": "通用型版本迭代Cli工具，支持版本迭代更新，Git提交信息、打标记并推送到远程",
  "author": {
    "name": "James Messinger",
    "url": "https://jamesmessinger.com"
  },
  "license": "MIT",
  "homepage": "https://142vip.github.io/core-x/packages/release-version/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/142vip/core-x.git",
    "directory": "packages/release-version"
  },
  "keywords": [
    "公众号搜：储凡",
    "142vip",
    "@142vip",
    "@142vip/release-version",
    "bumpx",
    "git"
  ],
  "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": {
    "bumpx": "./cli.mjs",
    "bump": "./cli.mjs"
  },
  "files": [
    "*.mjs",
    "dist"
  ],
  "engines": {
    "node": ">=16"
  },
  "authorInfo": {
    "name": "微信公众号：储凡",
    "email": "fairy_vip@2925.com",
    "url": "https://github.com/142vip",
    "homePage": "https://142vip.cn"
  },
  "dependencies": {
    "cac": "6.7.14",
    "escalade": "3.1.2",
    "fast-glob": "3.3.2",
    "prompts": "2.4.2",
    "@142vip/utils": "0.0.1-alpha.34",
    "@142vip/changelog": "0.0.1-alpha.18"
  },
  "devDependencies": {
    "@types/prompts": "2.4.9",
    "detect-indent": "7.0.1",
    "detect-newline": "4.0.1"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "unbuild",
    "typecheck": "tsc --noEmit"
  }
}