1
0
This repository has been archived on 2026-06-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-06-30 00:30:34 +02:00

25 lines
544 B
JSON

{
"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"
}
}