{ "name": "bedrock-protocol", "version": "3.5.0", "description": "Minecraft Bedrock Edition protocol library", "main": "index.js", "scripts": { "build": "cd tools && node compileProtocol.js", "prepare": "npm run build", "test": "mocha --bail", "pretest": "npm run lint", "lint": "standard", "vanillaServer": "node tools/startVanillaServer.js", "dumpPackets": "node tools/genPacketDumps.js", "fix": "standard --fix" }, "keywords": [ "minecraft", "bedrock", "pocket-edition", "protocol" ], "license": "MIT", "dependencies": { "@azure/msal-node": "^1.1.0", "@xboxreplay/xboxlive-auth": "^3.3.3", "debug": "^4.3.1", "jose-node-cjs-runtime": "^3.12.1", "jsonwebtoken": "^8.5.1", "jsp-raknet": "^2.1.3", "minecraft-folder-path": "^1.1.0", "node-fetch": "^2.6.1", "prismarine-nbt": "^1.5.0", "protodef": "^1.14.0", "smart-buffer": "^4.1.0", "uuid-1345": "^1.0.2" }, "optionalDependencies": { "raknet-native": "^1.0.3" }, "devDependencies": { "@babel/eslint-parser": "^7.13.10", "bedrock-provider": "^1.0.0", "babel-eslint": "^10.1.0", "mocha": "^8.3.2", "protodef-yaml": "^1.1.0", "standard": "^16.0.3", "leveldb-zlib": "^1.0.1", "bedrock-protocol": "file:." }, "standard": { "parser": "babel-eslint" }, "repository": { "type": "git", "url": "git+https://github.com/PrismarineJS/bedrock-protocol.git" }, "bugs": { "url": "https://github.com/PrismarineJS/bedrock-protocol/issues" }, "homepage": "https://github.com/PrismarineJS/bedrock-protocol#readme" }