bedrock-api
Version:
A Node.js library to retrieve information about a Minecraft Bedrock Edition server using its IP address and port.
20 lines (19 loc) • 575 B
JSON
{
"name": "bedrock-api",
"version": "1.0.0",
"description": "A Node.js library to retrieve information about a Minecraft Bedrock Edition server using its IP address and port.",
"main": "./src/index.js",
"scripts": {
"getWithFunc": "node test/getWithFunc.js",
"getAll": "node ./test/getAll.js"
},
"author": "JblusItsMe",
"license": "ISC",
"dependencies": {
"bytebuffer": "5.0.1",
"dgram": "^1.0.1",
"dns": "^0.2.2",
"portfinder": "1.0.32"
},
"keywords": ["mcpe", "mcpe-ping", "bedrock-ping", "bedrock-api", "mcbe", "minecraft"]
}