new trades publisher
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
"prom-client": "^15.0.0",
|
||||
"redis": "^4.6.10",
|
||||
"response-time": "^2.3.2",
|
||||
"rxjs": "^7.8.1",
|
||||
"socket.io-redis": "^6.1.1",
|
||||
"typescript": "4.5.4",
|
||||
"winston": "^3.8.1",
|
||||
@@ -50,7 +51,8 @@
|
||||
"clean": "rm -rf lib",
|
||||
"start": "node lib/index.js",
|
||||
"dev": "ts-node src/index.ts",
|
||||
"ws-publish": "ts-node src/wsPublish.ts",
|
||||
"dlob-publish": "ts-node src/publishers/dlobPublisher.ts",
|
||||
"trades-publish": "ts-node src/publishers/tradesPublisher.ts",
|
||||
"ws-manager": "ts-node src/wsConnectionManager.ts",
|
||||
"dev:inspect": "yarn build && node --inspect ./lib/index.js",
|
||||
"dev:debug": "yarn build && node --inspect-brk --inspect=2230 ./lib/index.js",
|
||||
|
||||
Reference in New Issue
Block a user