fixed httpclient

This commit is contained in:
Bojan Kucera 2025-06-04 16:37:28 -04:00
parent a282dac6cd
commit 557c157228
10 changed files with 603 additions and 427 deletions

View file

@ -12,13 +12,11 @@
"lint": "eslint src/**/*.ts",
"type-check": "tsc --noEmit",
"dev": "tsc --watch"
},
"dependencies": {
}, "dependencies": {
"@stock-bot/logger": "*",
"@stock-bot/types": "*",
"https-proxy-agent": "^7.0.6",
"socks-proxy-agent": "^8.0.5",
"zod": "^3.25.51"
"socks-proxy-agent": "^8.0.5"
},
"devDependencies": {
"@types/node": "^20.11.0",