Update package.jsono add CSV capability

CSV is a backup in case fetch fails
This commit is contained in:
tripathyr 2024-10-22 08:51:41 +05:30 committed by GitHub
parent 40741f25bb
commit 82d7d66927
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,8 @@
"express-rate-limit": "^7.1.5",
"mongoose": "^8.0.4",
"node-cron": "^3.0.3",
"node-html-parser": "^6.1.11"
"node-html-parser": "^6.1.11",
"csv-parser": "^3.0.0" // Added csv-parser for CSV reading
},
"devDependencies": {
"dotenv": "^16.3.1",