1
0

Initial commit

This commit is contained in:
2026-06-30 00:30:34 +02:00
commit d7c4bc16f4
9 changed files with 503 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"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"
}
}