Files
P42_wssGateway/package.json
T
STEINNI de69b3d4de 2nd
2025-09-11 20:50:34 +00:00

28 lines
525 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": "^5.2.0",
"redis": "^4.3.0",
"urldecode": "^1.0.1",
"ws": "^8.8.1",
"yargs": "^17.5.1"
},
"devDependencies": {
"jest": "^29.7.0"
}
}