UNPKG

soop-chat-client

Version:
36 lines (35 loc) 700 B
{ "name": "soop-chat-client", "version": "1.1.3", "description": "SOOP Live Chat Client", "author": "wei756", "license": "MIT", "keywords": [ "soop", "afreecatv", "stream", "chat" ], "repository": { "type": "git", "url": "git+https://github.com/wei756/soop-chat-client.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --dts --minify" }, "dependencies": { "chalk": "^5.4.1", "tiny-typed-emitter": "^2.1.0", "ws": "^8.18.1" }, "devDependencies": { "@types/ws": "^8.18.0", "tsup": "^8.4.0", "typescript": "^5.8.2" } }