UNPKG

minecraft-rcon-client

Version:

Remote console client RCON. Allows you to send commands to any RCON server.

36 lines (35 loc) 811 B
{ "name": "minecraft-rcon-client", "version": "3.0.0", "description": "Remote console client RCON. Allows you to send commands to any RCON server.", "repository": { "type": "git", "url": "https://github.com/majorek31/minecraft-rcon-client.git" }, "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest", "build": "tsc", "prepare": "npm run build" }, "keywords": [ "nodejs", "rcon", "typescript", "minecraft", "typesafe" ], "author": "majorek31 @ github.com/majorek31", "license": "ISC", "devDependencies": { "@types/jest": "^29.2.4", "@types/node": "^18.11.17", "jest": "^29.3.1", "ts-jest": "^29.0.3", "typescript": "^4.9.4" }, "files": [ "lib/**/*" ] }