Update package.jsono add CSV capability
CSV is a backup in case fetch fails
This commit is contained in:
parent
40741f25bb
commit
82d7d66927
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user