Add html entity decoding, class name pattern parsing

This commit is contained in:
2023-08-11 17:39:34 -05:00
parent d796cbbe17
commit 4e1e3836c2
3 changed files with 30 additions and 2 deletions

View File

@@ -17,6 +17,7 @@
"@types/node": "^20.4.9",
"cheerio": "^1.0.0-rc.12",
"date-fns": "^2.30.0",
"html-entities": "^2.4.0",
"ics": "^3.2.0",
"node-fetch": "^3.3.2",
"ts-node": "^10.9.1",