UNPKG

yamrc

Version:

Yet another Minecraft RCON client

26 lines (25 loc) 779 B
{ "name": "yamrc", "version": "1.0.7", "description": "Yet another Minecraft RCON client", "main": "lib/index.js", "scripts": { "prepublish": "npm run build", "build": "tsc" }, "keywords": ["rcon", "minecraft", "client", "server", "remote", "console", "protocol", "tcp", "udp", "socket", "network", "game", "gaming", "multiplayer", "online", "online gaming", "online multiplayer", "online game"], "author": "Necrozma", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.10.5", "typescript": "^5.3.3" }, "homepage": "https://necrozma.xyz", "repository": { "type": "git", "url": "git+git@github.com:TheBozzz34/minecraft-rcon.git" }, "bugs": { "url": "https://github.com/TheBozzz34/minecraft-rcon/issues" } }