bedrock-protocol/package.json
2021-10-04 13:27:38 -04:00

57 lines
1.5 KiB
JSON

{
"name": "bedrock-protocol",
"version": "3.6.0",
"description": "Minecraft Bedrock Edition protocol library",
"main": "index.js",
"scripts": {
"build": "cd tools && node compileProtocol.js",
"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": {
"debug": "^4.3.1",
"jsonwebtoken": "^8.5.1",
"jsp-raknet": "^2.1.3",
"minecraft-data": "^2.89.4",
"minecraft-folder-path": "^1.2.0",
"prismarine-auth": "^1.1.0",
"prismarine-nbt": "^1.5.0",
"protodef": "^1.14.0",
"uuid-1345": "^1.0.2"
},
"optionalDependencies": {
"raknet-native": "^1.0.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.10",
"babel-eslint": "^10.1.0",
"bedrock-protocol": "file:.",
"bedrock-provider": "^1.0.0",
"leveldb-zlib": "^1.0.1",
"mocha": "^9.1.2",
"protodef-yaml": "^1.1.0",
"standard": "^16.0.3"
},
"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"
}