work on market-data-gateway

This commit is contained in:
Bojan Kucera 2025-06-03 09:57:11 -04:00
parent 405b818c86
commit b957fb99aa
87 changed files with 7979 additions and 99 deletions

View file

@ -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",