Files
P42_wssGateway/package.json
T
2025-09-11 20:58:43 +00:00

25 lines
476 B
JSON

{
"name": "msgbus",
"version": "3.4.6",
"description": "Websocket-Redis Message Bus Gateway",
"main": "wssGateway.js",
"scripts": {
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "wssGateway"
},
"author": "Nike",
"license": "ISC",
"dependencies": {
"ajv": "^8.12.0",
"cookie-parser": "^1.4.6",
"pm2": "^6.0.10",
"redis": "^4.3.0",
"urldecode": "^1.0.1",
"ws": "^8.8.1",
"yargs": "^17.5.1"
}
}