diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index a968afe..65d0489 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,10 @@ { "dependencies": { "axios": "^1.3.3", + "axios-cookiejar-support": "^4.0.6", "dotenv": "^16.0.3", - "node-html-parser": "^6.1.4" + "node-html-parser": "^6.1.4", + "tough-cookie": "^4.1.2" }, "type": "module", "scripts": { |