This commit is contained in:
Bojan Kucera 2025-06-09 21:19:57 -04:00
parent 22859fb9a6
commit 28e58c3227
3 changed files with 13 additions and 2 deletions

View file

@ -16,6 +16,7 @@
"@stock-bot/config": "*",
"@stock-bot/logger": "*",
"@stock-bot/types": "*",
"@types/mongodb": "^4.0.7",
"mongodb": "^6.17.0",
"yup": "^1.6.1"
},
@ -43,5 +44,8 @@
"files": [
"dist",
"README.md"
]
],
"paths": {
"*": ["node_modules/*", "../../node_modules/*"]
}
}