Many Changes

This commit is contained in:
2024-02-19 07:46:28 +01:00
parent fa0eb73363
commit 630798c89f
12 changed files with 2380 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
{
"scripts": {
"start": "nodemon index.mjs"
},
"dependencies": {
"@supabase/supabase-js": "^2.39.3",
"cors": "^2.8.5",
"dayjs": "^1.11.10",
"express": "^4.18.2",
"ical-generator": "^6.0.1",
"imapflow": "^1.0.150",
"moment": "^2.30.1",
"node-imap": "^0.9.6",
"nodemon": "^3.0.3",
"vcards-js": "^2.10.0"
}
}