eaglerping
Version:
A Node.js library for pinging Eaglercraft servers and retrieving server information
36 lines • 918 B
JSON
{
"name": "eaglerping",
"version": "1.0.0",
"description": "A Node.js library for pinging Eaglercraft servers and retrieving server information",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eaglercraft",
"minecraft",
"server",
"ping",
"websocket",
"motd"
],
"author": "RigBot",
"license": "GNU",
"dependencies": {
"ws": "^8.14.2"
},
"optionalDependencies": {
"sharp": "^0.32.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealRigBot/EaglerPing.git"
},
"bugs": {
"url": "https://github.com/RealRigBot/EaglerPing/issues"
},
"homepage": "https://github.com/RealRigBot/EaglerPing",
"engines": {
"node": ">=14.0.0"
}
}