bedrock-protocol/package.json
extremeheat 76febb29f1
Support xbox title + live.com auth (#86)
* preliminary support for xbox title + live.com auth

* cleanup

* export title list

* add to api docs

* Verify that minecraft token has titleId if did titleAuth

* Minor changes
2021-05-19 09:53:55 -04:00

61 lines
1.6 KiB
JSON

{
"name": "bedrock-protocol",
"version": "3.1.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.0",
"minecraft-folder-path": "^1.1.0",
"node-fetch": "^2.6.1",
"prismarine-nbt": "^1.5.0",
"protodef": "extremeheat/node-protodef#patch-1",
"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.0.3",
"standard": "^16.0.3",
"leveldb-zlib": "0.0.26",
"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"
}