{
  "name": "bunenv",
  "version": "0.2.6",
  "description": "A version manager for Bun, inspired by rbenv and pyenv. Allows switching between Bun versions.",
  "bin": {
    "bunenv": "bin/bunenv"
  },
  "type": "module",
  "main": "index.js",
  "dependencies": {
    "commander": "^11.0.0",
    "semver": "^7.5.4"
  },
  "engines": {
    "node": ">=16.0.0",
    "bun": ">=1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonathanphilippou/bunenv.git"
  },
  "keywords": [
    "bun",
    "version",
    "manager",
    "env",
    "bunenv",
    "versions"
  ],
  "author": "Jonathan Philippou",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jonathanphilippou/bunenv/issues"
  },
  "homepage": "https://github.com/jonathanphilippou/bunenv#readme"
}