@zimjs/socket
Version:
Multiuser CLient with Socket.IO for the ZIM JavaScript Canvas Framework. Also see @zimjs/socket-server if not using the ZIM Server for the server-side.
37 lines • 826 B
JSON
{
"name": "@zimjs/socket",
"version": "1.1.6",
"description": "Multiuser CLient with Socket.IO for the ZIM JavaScript Canvas Framework. Also see @zimjs/socket-server if not using the ZIM Server for the server-side.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/danzen/zim-socket.git"
},
"keywords": [
"socket",
"multiuser",
"socketio",
"zim",
"zimjs",
"chat",
"client",
"avatars",
"rooms"
],
"author": "Dr Abstract",
"license": "MIT",
"dependencies": {
"socket.io-client": "^4.7.5"
},
"devDependencies": {
"typescript": "^5.3.3",
"zimjs": "^17.3.3"
},
"peerDependencies": {
"zimjs": "^17.3.3"
}
}