{ "name": "@lupinexlabs/websocket-tester", "version": "1.0.0", "description": "A simple interactive WebSocket testing tool for verifying connections, measuring RTT latency, and logging diagnostics for Twitch and custom servers.", "main": "index.js", "scripts": { "start": "node index.js" }, "keywords": [ "websocket", "tester", "twitch", "rtt", "latency", "diagnostics", "ws" ], "author": "LupiNex Media", "license": "MIT", "type": "commonjs", "dependencies": { "ws": "^8.18.3" } }