work on market-data-gateway
This commit is contained in:
parent
405b818c86
commit
b957fb99aa
87 changed files with 7979 additions and 99 deletions
|
|
@ -7,14 +7,14 @@
|
|||
"start": "bun run src/index.ts",
|
||||
"test": "bun test --timeout 10000 src/tests/**/*.test.ts",
|
||||
"test:watch": "bun test --watch src/tests/**/*.test.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
}, "dependencies": {
|
||||
"hono": "^4.6.3",
|
||||
"ioredis": "^5.4.1",
|
||||
"@stock-bot/config": "*",
|
||||
"@stock-bot/shared-types": "*",
|
||||
"ws": "^8.18.0",
|
||||
"node-cron": "^3.0.3"
|
||||
"node-cron": "^3.0.3",
|
||||
"axios": "^1.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bun-types": "^1.2.15",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue