{
  "name": "repo-updater",
  "version": "0.7.10",
  "description": "CLI tool to mass-update dependencies across multiple git repositories with auto package manager detection (npm, pnpm, yarn, Bun)",
  "keywords": [
    "automation",
    "batch-update",
    "bun",
    "cli",
    "dependencies",
    "github",
    "monorepo",
    "npm",
    "package-manager",
    "pnpm",
    "updater",
    "yarn"
  ],
  "homepage": "https://github.com/mynameistito/repo-updater#readme",
  "bugs": {
    "url": "https://github.com/mynameistito/repo-updater/issues"
  },
  "license": "MIT",
  "author": "mynameistito",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mynameistito/repo-updater.git"
  },
  "bin": {
    "repo-updater": "./dist/cli.mjs"
  },
  "files": [
    "dist",
    "scripts/install-windows-manifest.mjs"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs"
    },
    "./cli": {
      "types": "./dist/cli.d.mts",
      "import": "./dist/cli.mjs"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "typecheck": "tsgo --noEmit",
    "start": "bun run src/cli.ts",
    "test": "bun test",
    "test:node": "vitest run",
    "check": "ultracite check",
    "fix": "ultracite fix",
    "build": "tsdown",
    "sync:jsr": "bun scripts/sync-jsr-version.ts",
    "postinstall": "node scripts/install-windows-manifest.mjs",
    "prepublishOnly": "bun run build && bun run typecheck",
    "version": "changeset version && bun run sync:jsr && bunx ultracite fix deno.json"
  },
  "dependencies": {
    "@clack/prompts": "^1.7.0",
    "@types/node": "26.1.2",
    "better-result": "^2.10.0",
    "yaml": "^2.9.0"
  },
  "devDependencies": {
    "@changesets/cli": "^2.31.1",
    "@types/bun": "^1.3.14",
    "@typescript/native-preview": "^7.0.0-dev.20260707.2",
    "lefthook": "^2.1.10",
    "oxfmt": "^0.61.0",
    "oxlint": "^1.76.0",
    "publint": "^0.3.22",
    "tsdown": "^0.22.14",
    "typescript": "^7.0.2",
    "ultracite": "7.9.4",
    "v8r": "^6.1.0",
    "vitest": "^4.1.10"
  },
  "overrides": {
    "brace-expansion": "5.0.6",
    "fast-uri": "3.1.2",
    "minimatch": "^10.2.3",
    "picomatch": ">=4.0.4",
    "postcss": ">=8.5.10",
    "vite": "7.3.5"
  },
  "engines": {
    "bun": ">=1.0.0",
    "node": ">=22.6.0"
  },
  "packageManager": "bun@1.3.14"
}
