stock-bot/apps/core-services/risk-guardian/package.json
2025-06-02 08:15:20 -04:00

22 lines
540 B
JSON

{
"name": "risk-guardian",
"version": "1.0.0",
"description": "Real-time risk monitoring and controls 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": "workspace:*",
"@stock-bot/shared-types": "workspace:*",
"ws": "^8.18.0"
},
"devDependencies": {
"bun-types": "^1.2.15",
"@types/ws": "^8.5.12"
}
}