{
  "name": "yarn-version",
  "version": "11.0.0",
  "description": "yarn berry versioning using conventional commits",
  "keywords": [
    "semantic-release",
    "conventional-commits",
    "yarn",
    "versioning",
    "version"
  ],
  "author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/christophehurpeau/pob.git",
    "directory": "packages/yarn-version"
  },
  "homepage": "https://github.com/christophehurpeau/pob",
  "type": "module",
  "engines": {
    "node": ">=24.11.0"
  },
  "bin": "./yarn-version.mjs",
  "main": "./yarn-version.mjs",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/definitions/index.d.ts",
      "node": {
        "import": "./yarn-version.mjs"
      }
    }
  },
  "scripts": {
    "build": "yarn clean:build && rollup --config rollup.config.mjs",
    "clean": "yarn clean:build",
    "clean:build": "pob-esbuild-clean-out dist",
    "lint": "yarn run lint:eslint",
    "lint:eslint": "yarn ../.. run eslint --quiet packages/yarn-version",
    "start": "yarn clean:build && rollup --config rollup.config.mjs --watch"
  },
  "pob": {},
  "prettier": "@pob/root/prettier-config",
  "dependencies": {
    "@pob/version": "3.0.0"
  },
  "devDependencies": {
    "@types/node": "24.12.0"
  }
}