Skip to content

Commit

Permalink
Update package.jsono add CSV capability
Browse files Browse the repository at this point in the history
CSV is a backup in case fetch fails
  • Loading branch information
tripathyr authored Oct 22, 2024
1 parent 40741f2 commit 82d7d66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 82d7d66

Please sign in to comment.