{
  "name": "bvm-core",
  "version": "1.1.41",
  "description": "Need a Bun version manager? BVM installs, switches, and isolates Bun versions across Windows, macOS, and Linux.",
  "main": "dist/index.js",
  "bin": {
    "bvm": "bin/bvm-npm.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://bvm-core.nexsail.top/from/npm",
  "funding": {
    "type": "url",
    "url": "https://bvm-core.nexsail.top/wechat"
  },
  "bugs": {
    "url": "https://github.com/EricLLLLLL/bvm/issues"
  },
  "scripts": {
    "dev": "bun run src/index.ts",
    "build": "bun run scripts/check-templates.ts && bun build src/index.ts --target=bun --outfile dist/index.js --minify && bun run scripts/sync-runtime.ts",
    "pack": "bun run build && bun pm pack",
    "test": "bun test",
    "typecheck": "tsc --noEmit -p tsconfig.json && tsc --noEmit -p website/tsconfig.json",
    "test:unit": "bun test test/*.test.ts website/test/*.test.ts",
    "test:isolated": "bun test test/isolated/*.test.ts",
    "test:e2e": "bun test test/e2e/*.test.ts",
    "test:coverage": "bun test --coverage --coverage-reporter=text --coverage-skip-test-files test/*.test.ts test/isolated/*.test.ts",
    "verify": "bun run typecheck && bun run build && bun run test:unit && bun run test:isolated && bun run check-integrity",
    "bvm": "bun run src/index.ts",
    "bvm:sandbox": "mkdir -p \"$PWD/.sandbox-home\" && HOME=\"$PWD/.sandbox-home\" bun run src/index.ts",
    "release": "bun run scripts/release.ts",
    "check-integrity": "bun run scripts/check-integrity.ts",
    "test:e2e:npm": "bun run scripts/verify-e2e-npm.ts",
    "sync-runtime": "bun run scripts/sync-runtime.ts",
    "postinstall": "node scripts/postinstall.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EricLLLLLL/bvm.git"
  },
  "keywords": [
    "bun",
    "bvm",
    "bun-version-manager",
    "version-manager",
    "bun-nvm",
    "nvm-for-bun",
    "nvm-alternative",
    "fnm-alternative",
    "bun-version-switching",
    "bun-runtime-manager",
    "bun-multi-version",
    "bun-shims",
    "bun-global-isolation",
    "bun-bvmrc",
    "bun-windows",
    "bun-macos",
    "bun-linux",
    "cross-platform-cli",
    "developer-tooling",
    "toolchain-manager"
  ],
  "files": [
    "dist/index.js",
    "dist/bvm-shim.sh",
    "dist/bvm-shim.js",
    "bin/bvm-npm.js",
    "scripts/postinstall.js",
    "install.sh",
    "install.ps1",
    "README.md"
  ],
  "author": "EricLLLLLL",
  "license": "MIT",
  "type": "commonjs",
  "dependencies": {},
  "optionalDependencies": {
    "@oven/bun-darwin-aarch64": "1.3.11",
    "@oven/bun-darwin-x64": "1.3.11",
    "@oven/bun-linux-aarch64": "1.3.11",
    "@oven/bun-linux-x64": "1.3.11",
    "@oven/bun-windows-x64": "1.3.11"
  },
  "devDependencies": {
    "@types/bun": "^1.3.4",
    "@types/node": "^24.10.2",
    "bun": "1.3.11",
    "execa": "^9.6.1",
    "typescript": "^5"
  },
  "bvm_artifact_sha256": {
    "cli": "038a349bb7cf76946b672eb0cbcc1b10274a9fc2ba4d72b9097b6e6dcfbb51f8",
    "shim_win": "356a7cf7090d6ccd4d5edaa37c16eeb20deb2cc6278a800708b2636108572c5b",
    "shim_unix": "4b4577b44251b6fbc63d789540361a05829c3949b3f5bf60433bd78ce71ed89b",
    "install_sh": "b0b98f664045a2f36115871200da3c5bf463b1dbb31ba7b28563ddcfad510c09",
    "install_ps1": "887128b04cdbbfc3d9101e0b6c8ed8583d7863d30a9cfda00b228c480b9cce2a"
  }
}
