@tomsith/node-red-contrib-minecraft
Version:
Node-RED nodes for Minecraft server RCON commands and status
29 lines (27 loc) • 834 B
JSON
{
"name": "@tomsith/node-red-contrib-minecraft",
"version": "0.7.7",
"description": "Node-RED nodes for Minecraft server RCON commands and status",
"dependencies": {
"minecraft-server-util": "^5.4.4",
"rcon-client": "^4.2.3"
},
"keywords": ["node-red", "minecraft", "rcon"],
"node-red": {
"nodes": {
"minecraft": "minecraft.js"
},
"version": ">=2.0.0"
},
"license" : "MIT",
"url": "https://github.com/schto173/node-red-contrib-minecraft-rcon/issues",
"email": "schmitztom@outlook.com",
"engines": {
"node": ">=12.0.0"
},
"author" : "Tom Schmitz",
"repository": {
"type": "git",
"url": "https://github.com/schto173/node-red-contrib-minecraft-rcon.git"
}
}