{
  "name": "@vill-v/bumpp",
  "version": "6.3.0",
  "license": "MIT",
  "author": {
    "name": "whitekite",
    "email": "xuxjigsaw@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vill-v-kit/bumpp.git",
    "directory": "npm/bump"
  },
  "homepage": "https://vill-v-kit.github.io/bumpp/",
  "bin": {
    "vbumpp": "bin/index.js"
  },
  "files": [
    "dist",
    "bin",
    "vbumpprc.schema.json"
  ],
  "type": "module",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@vill-v/bumpp-core": "6.3.0"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "scripts": {
    "build": "tsdown"
  }
}