UNPKG

tsrcon-client

Version:

A TypeScript RCON client for communicating with a RCON Server.

36 lines 692 B
{ "name": "tsrcon-client", "version": "1.0.3", "description": "", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "require": "./dist/index.mjs", "import": "./dist/index.js" } }, "keywords": [ "RCON", "Remote Console", "Minecraft", "Game Server" ], "repository": { "type": "git", "url": "https://github.com/AndrewDragonCh/tsRCON/" }, "author": "Andrew", "license": "ISC", "devDependencies": { "@types/node": "24.0.10", "tsup": "8.5.0", "typescript": "5.8.3" }, "dependencies": { "net": "^1.0.2" }, "scripts": { "build": "tsup src/index.ts --dts --format esm,cjs" } }