fixed httpclient
This commit is contained in:
parent
a282dac6cd
commit
557c157228
10 changed files with 603 additions and 427 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue