54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "pocket-minecraft-protocol",
|
|
"version": "3.0.0",
|
|
"description": "Parse and serialize Minecraft Bedrock Edition packets",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "cd data/new && node compile.js",
|
|
"prepare": "npm run build",
|
|
"test": "mocha",
|
|
"pretest": "npm run lint",
|
|
"lint": "standard",
|
|
"fix": "standard --fix"
|
|
},
|
|
"keywords": [
|
|
"minecraft",
|
|
"pocket-edition",
|
|
"protocol"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@azure/msal-node": "^1.0.0-beta.6",
|
|
"@jsprismarine/jsbinaryutils": "^2.1.8",
|
|
"@xboxreplay/xboxlive-auth": "^3.3.3",
|
|
"aes-js": "^3.1.2",
|
|
"asn1": "^0.2.4",
|
|
"bedrock-provider": "^0.1.1",
|
|
"debug": "^4.3.1",
|
|
"ec-pem": "^0.18.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jsp-raknet": "github:extremeheat/raknet#client",
|
|
"minecraft-folder-path": "^1.1.0",
|
|
"prismarine-nbt": "^1.5.0",
|
|
"protodef": "github:extremeheat/node-protodef#compiler2",
|
|
"raknet-native": "^0.1.0",
|
|
"uuid-1345": "^0.99.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.13.10",
|
|
"babel-eslint": "^10.1.0",
|
|
"mocha": "^2.5.3",
|
|
"standard": "^16.0.3"
|
|
},
|
|
"standard": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mhsjlw/pocket-minecraft-protocol.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mhsjlw/pocket-minecraft-protocol/issues"
|
|
},
|
|
"homepage": "https://github.com/mhsjlw/pocket-minecraft-protocol#readme"
|
|
}
|