25 lines
476 B
JSON
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"
|
|
}
|
|
}
|