{
  "name": "vjj",
  "type": "module",
  "version": "1.0.14",
  "author": {
    "name": "泥豆君",
    "email": "Mr.MudBean@outlook.com",
    "url": "https://mudbean.cn"
  },
  "description": "一个简单的 npm 包版本更新 🔧 就是 `npm version` 的再 📦 ",
  "license": "MIT",
  "files": [
    "bin.js",
    "LICENSE",
    "README.md",
    "THIRD-PARTY-LICENSES.txt",
    "CHANGELOG.md"
  ],
  "keywords": [
    "vjj",
    "版本更新",
    "版本预测",
    "mudbean",
    "vvi"
  ],
  "homepage": "https://npm.lmssee.com/vjj",
  "dependencies": {
    "@vvi/command": "^4.0.1",
    "@vvi/is": "^2.0.5",
    "@vvi/log": "^1.1.5",
    "@vvi/node": "^5.0.0",
    "@vvi/pen": "^3.0.2",
    "@vvi/utils": "^2.0.6"
  },
  "bugs": {
    "url": "https://github.com/MrMudBean/vjj/issues",
    "email": "Mr.MudBean@outlook.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MrMudBean/vjj.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "bin": {
    "vjj": "./bin.js"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}