{
  "name": "mineflayer-viaproxy",
  "version": "0.7.9",
  "description": "ViaProxy support for mineflayer.",
  "main": "dist/index.js",
  "author": "GenerelSchwerz",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/GenerelSchwerz/mineflayer-viaproxy.git"
  },
  "devDependencies": {
    "@types/js-yaml": "^4.0.9",
    "mineflayer-viaproxy": "file:./",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@types/jsonwebtoken": "^9.0.10",
    "bedrock-protocol": "^3.45.0",
    "debug": "^4.4.1",
    "js-yaml": "^4.1.0",
    "jsonwebtoken": "^9.0.3",
    "minecraft-data": "^3.89.0",
    "minecraft-protocol": "^1.57.0",
    "mineflayer": "^4.29.0",
    "uuid": "^13.0.0"
  },
  "scripts": {
    "build": "tsc",
    "prepublish": "npm run build"
  }
}
