UNPKG

wscat

Version:
33 lines (32 loc) 602 B
{ "name": "wscat", "version": "6.1.0", "description": "WebSocket cat", "main": "index.js", "scripts": { "test": "echo \"No test specified\"" }, "repository": { "type": "git", "url": "git+https://github.com/websockets/wscat.git" }, "keywords": [ "wscat", "websocket", "cat" ], "author": "Arnout Kazemier, Einar Otto Stangvik", "license": "MIT", "engines": { "node": ">=18" }, "dependencies": { "commander": "^12.1.0", "https-proxy-agent": "^7.0.5", "read": "^4.0.0", "ws": "^8.0.0" }, "bin": { "wscat": "bin/wscat" } }