{
  "name": "eaglerproxy",
  "version": "1.0.0",
  "description": "A flexible, easy expandable EaglercraftX 1.8.9 proxy written in TypeScript.",
  "main": "launcher.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "WorldEditAxe, q13x",
  "license": "MIT",
  "dependencies": {
    "@thi.ng/leb128": "3.0.5",
    "@types/node": "18.11.18",
    "@types/semver": "7.3.13",
    "@types/sharp": "0.31.1",
    "@types/ws": "8.5.4",
    "chalk": "5.2.0",
    "dotenv": "16.0.3",
    "minecraft-protocol": "^1.26.5",
    "node-fetch": "3.3.1",
    "parse-domain": "7.0.1",
    "prismarine-auth": "^2.4.1",
    "prismarine-block": "1.16.3",
    "prismarine-chunk": "1.33.0",
    "prismarine-registry": "1.6.0",
    "semver": "^7.6.0",
    "sharp": "^0.33.2",
    "ws": "8.12.0"
  },
  "type": "module"
}