work on engine

This commit is contained in:
Boki 2025-07-04 12:38:46 -04:00
parent a1e5a21847
commit cbe8f0282c
12 changed files with 694 additions and 16 deletions

View file

@ -11,9 +11,11 @@
"test": "bun test",
"test:indicators": "bun test tests/indicators.test.ts",
"example:indicators": "bun run examples/indicator-usage.ts",
"build:rust": "cd ../core && cargo build --release && napi build --platform --release"
"test:engine": "bun run examples/test-engine-import.ts",
"build:rust": "cd ../engine && cargo build --release && napi build --platform --release"
},
"dependencies": {
"@stock-bot/engine": "*",
"@stock-bot/cache": "*",
"@stock-bot/config": "*",
"@stock-bot/di": "*",