1
0

feat: Use better lib for parsing and minor changes
All checks were successful
Remote Deploy / deploy (push) Successful in 6s

This commit is contained in:
2025-09-07 20:01:15 +02:00
parent fac36754fd
commit 6a6a32f47a
3 changed files with 1104 additions and 174 deletions

View File

@@ -12,9 +12,9 @@
"dependencies": {
"cheerio": "^1.1.2",
"concurrently": "^9.2.0",
"exceljs": "^4.4.0",
"express": "^5.1.0",
"node-cron": "^4.2.1",
"puppeteer": "^24.10.0",
"xlsx": "^0.18.5"
"puppeteer": "^24.10.0"
}
}