{ "name": "tailchat-client-sdk", "version": "1.0.9", "description": "", "main": "lib/index.js", "scripts": { "prepare": "tsc", "release": "npm publish --registry https://registry.npmjs.com/", "test": "jest" }, "keywords": [], "author": "moonrailgun ", "license": "MIT", "devDependencies": { "@types/jest": "^29.5.1", "@types/node": "^18.16.1", "jest": "27.5.1", "ts-jest": "27.1.4", "typescript": "^4.9.5" }, "dependencies": { "axios": "^1.3.2", "tailchat-types": "workspace:*", "socket.io-client": "^4.7.1", "socket.io-msgpack-parser": "^3.0.2" } }