52 lines
1.5 KiB
JSON
52 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": "babel src --out-dir dist",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"minecraft",
|
|
"pocket-edition",
|
|
"protocol"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.5.4",
|
|
"@babel/preset-env": "^7.5.4",
|
|
"@babel/preset-typescript": "^7.3.3",
|
|
"@babel/register": "^7.4.4",
|
|
"@jsprismarine/jsbinaryutils": "^2.1.8",
|
|
"@jsprismarine/raknet": "github:extremeheat/raknet",
|
|
"aes-js": "^3.1.2",
|
|
"asn1": "^0.2.4",
|
|
"bn.js": "^4.11.4",
|
|
"ec-pem": "^0.18.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jwt-simple": "^0.5.6",
|
|
"lodash.merge": "^4.4.0",
|
|
"prismarine-nbt": "github:extremeheat/prismarine-nbt#le",
|
|
"protodef": "github:extremeheat/node-protodef#compiler",
|
|
"raknet": "git+https://github.com/mhsjlw/node-raknet.git#master",
|
|
"uuid-1345": "^0.99.7"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.5.0",
|
|
"buffer-equal": "^1.0.0",
|
|
"mocha": "^2.5.3",
|
|
"pre-commit": "^1.2.2"
|
|
},
|
|
"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",
|
|
"pre-commit": [
|
|
"build"
|
|
]
|
|
}
|