@phnq/message
Version:
Asynchronous, incremental messaging client and server
38 lines • 835 B
JSON
{
"author": "Patrick Gostovic",
"dependencies": {
"@phnq/log": "^1.1.4",
"@phnq/streams": "^1.1.4",
"@types/node": "^20.9.0",
"@types/object-hash": "^1.3.3",
"@types/ws": "^6.0.4",
"browser-process-hrtime": "^1.0.0",
"isomorphic-ws": "^5.0.0",
"nats": "^2.9.1",
"node-fetch": "^3.3.2",
"object-hash": "^2.0.3",
"uuid": "^9.0.0",
"ws": "^7.3.1"
},
"description": "Asynchronous, incremental messaging client and server",
"engines": {
"node": ">=20"
},
"keywords": [
"WebSocket",
"WebSockets",
"Push",
"Async",
"Asynchronous",
"Client",
"Server"
],
"license": "ISC",
"main": "index.js",
"name": "@phnq/message",
"repository": {
"type": "git",
"url": "git+https://github.com/pgostovic/message.git"
},
"version": "1.14.10"
}