{ "name": "dougbot-bridge", "version": "0.1.0", "description": "Minecraft Bedrock protocol bridge for DougBot", "main": "dist/index.js", "scripts": { "postinstall": "node patches/patch-raknet.js", "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js" }, "dependencies": { "bedrock-protocol": "^3.55.0", "minecraft-data": "^3.108.0", "uuid": "^11.1.0", "ws": "^8.18.0" }, "devDependencies": { "@types/node": "^22.0.0", "@types/uuid": "^10.0.0", "@types/ws": "^8.5.0", "typescript": "^5.7.0" } }