work on engine
This commit is contained in:
parent
a1e5a21847
commit
cbe8f0282c
12 changed files with 694 additions and 16 deletions
|
|
@ -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": "*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue