Files

32 lines
644 B
JSON

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