initial code commit

This commit is contained in:
Itamar Oren
2023-02-22 12:22:52 -05:00
parent 65f40cf3ae
commit 331047a433
5 changed files with 1041 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "calendar-scraper",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.3.3",
"cheerio": "^1.0.0-rc.12",
"express": "^4.18.2",
"ics": "^3.1.0"
}
}