Initial commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user