stock-bot/apps/intelligence-services/strategy-orchestrator/package.json
2025-06-02 19:37:33 -04:00

24 lines
589 B
JSON

{
"name": "strategy-orchestrator",
"version": "1.0.0",
"description": "Trading strategy lifecycle management service",
"main": "src/index.ts",
"scripts": {
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts",
"test": "echo 'No tests yet'"
},
"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"
},
"devDependencies": {
"bun-types": "^1.2.15",
"@types/ws": "^8.5.12",
"@types/node-cron": "^3.0.11"
}
}