This commit is contained in:
Boki 2025-06-25 10:47:00 -04:00
parent 54f37f9521
commit 3a7254708e
19 changed files with 1560 additions and 1237 deletions

View file

@ -5,7 +5,8 @@
"types": "./src/index.ts",
"scripts": {
"build": "tsc",
"clean": "rm -rf dist"
"clean": "rm -rf dist",
"test": "bun test"
},
"dependencies": {
"@stock-bot/config": "workspace:*",