e2ee-chat
Version:
A simple realtime chat SDK for web and mobile apps using socket.io with support for end-to-end encryption and multi-tenant backend integration.
42 lines (41 loc) • 938 B
JSON
{
"name": "e2ee-chat",
"version": "1.6.0",
"description": "A simple realtime chat SDK for web and mobile apps using socket.io with support for end-to-end encryption and multi-tenant backend integration.",
"main": "src/index.js",
"exports": {
".": {
"import": "./src/index.js",
"require": "./src/index.cjs"
}
},
"scripts": {
"test": "node test-sdk.js"
},
"keywords": [
"chat",
"realtime",
"socket.io",
"e2ee",
"sdk",
"messaging",
"javascript",
"frontend",
"multi-tenant"
],
"author": "DataHex",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dietfoodms/chat-sdk"
},
"bugs": {
"url": "https://github.com/dietfoodms/chat-sdk/issues"
},
"homepage": "https://github.com/dietfoodms/chat-sdk#readme",
"dependencies": {
"axios": "^1.9.0",
"crypto-js": "^4.2.0",
"socket.io-client": "^4.8.1"
}
}