tyo-mq
Version:
Distributed Message Pub/Sub Service with socket.io
70 lines (69 loc) • 2.33 kB
JSON
{
"name": "tyo-mq",
"version": "0.13.3",
"description": "Distributed Message Pub/Sub Service with socket.io",
"main": "index.js",
"scripts": {
"test": "node tests/server.test.js && node tests/phase1-auth-realms.test.js && node tests/phase1-roles-authorization.test.js && node tests/phase2-persistence.test.js && node tests/phase3-reliability.test.js && node tests/phase4-routing.test.js && node tests/phase5-http-api.test.js && node tests/phase6-cluster.test.js && node tests/remote-namespace.test.js",
"test:phase1": "node tests/phase1-auth-realms.test.js",
"test:phase1:roles": "node tests/phase1-roles-authorization.test.js",
"test:phase2": "node tests/phase2-persistence.test.js",
"test:phase3": "node tests/phase3-reliability.test.js",
"test:phase4": "node tests/phase4-routing.test.js",
"test:phase5": "node tests/phase5-http-api.test.js",
"test:phase6": "node tests/phase6-cluster.test.js",
"test:remote-namespace": "node tests/remote-namespace.test.js",
"test:legacy": "node test.js",
"test:remote": "node scripts/remote-smoke-test.js",
"start": "node server.js",
"auth:admin": "node scripts/admin-auth.js",
"auth:request": "node scripts/auth-request.js",
"auth:manager": "node scripts/auth-manager.js",
"manager": "node scripts/manager.js",
"manager:web": "node scripts/serve-manager-ui.js",
"browserify": "browserify web/web.js -o web/client/tyo-mq-client.js"
},
"author": "TYO Lab",
"license": "Apache-2.0",
"dependencies": {
"bufferutil": "^4.0.7",
"http": "0.0.0",
"http-proxy": "^1.18.0",
"node-programmer": "^0.0.29",
"redis": "^6.0.0",
"socket.io": "^4.5.2",
"socket.io-client": "^4.5.2",
"utf-8-validate": "^5.0.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tyolab/tyo-mq.git"
},
"files": [
"LICENSE",
"lib/",
"web/",
"README.md",
"index.js",
"server.js",
"test.js"
],
"bugs": {
"url": "https://github.com/tyolab/tyo-mq/issues"
},
"homepage": "https://github.com/tyolab/tyo-mq#readme",
"keywords": [
"Producer",
"Consumer",
"Publisher",
"Subscriber",
"Message Queue",
"socket.io"
],
"devDependencies": {
"browserify": "^17.0.1"
},
"overrides": {
"ws": "^8.21.0"
}
}