mc-server-status
Version:
Fetch the status of a Minecraft server.
33 lines (32 loc) • 684 B
JSON
{
"name": "mc-server-status",
"version": "2.0.2",
"description": "Fetch the status of a Minecraft server.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prepare": "tsc"
},
"bin": {
"mc-status": "./bin/mc-status"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janispritzkau/mc-server-status.git"
},
"keywords": [
"minecraft",
"status",
"server"
],
"author": "Janis Pritzkau <janispritzkau@gmail.com>",
"license": "MIT",
"dependencies": {
"mc-chat-format": "^1.2.1",
"mcproto": "^0.8.2"
},
"devDependencies": {
"@types/node": "^12.12.59",
"typescript": "^4.0.2"
}
}