adding data-services

This commit is contained in:
Bojan Kucera 2025-06-03 07:42:48 -04:00
parent e3bfd05b90
commit 405b818c86
139 changed files with 55943 additions and 416 deletions

View file

@ -2,11 +2,11 @@
"name": "strategy-orchestrator",
"version": "1.0.0",
"description": "Trading strategy lifecycle management service",
"main": "src/index.ts",
"scripts": {
"main": "src/index.ts", "scripts": {
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts",
"test": "echo 'No tests yet'"
"test": "bun test --timeout 10000 src/tests/**/*.test.ts",
"test:watch": "bun test --watch src/tests/**/*.test.ts"
},
"dependencies": {
"hono": "^4.6.3",