added intial processing service

This commit is contained in:
Boki 2025-06-14 13:02:37 -04:00
parent cbef304045
commit ddcf94a587
8 changed files with 325 additions and 116 deletions

View file

@ -5,7 +5,7 @@
"main": "dist/index.js",
"type": "module",
"scripts": {
"devvvvv": "bun --watch src/index.ts",
"dev": "bun --watch src/index.ts",
"build": "bun build src/index.ts --outdir dist --target node",
"start": "bun dist/index.js",
"test": "bun test",
@ -14,6 +14,7 @@
"dependencies": {
"@stock-bot/config": "*",
"@stock-bot/logger": "*",
"@stock-bot/shutdown": "*",
"@stock-bot/types": "*",
"@stock-bot/utils": "*",
"@stock-bot/event-bus": "*",