Initial commit

This commit is contained in:
2026-05-28 11:11:27 +02:00
commit d8a626f6c3
8 changed files with 514 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "whatsapp-reminder",
"version": "1.0.0",
"main": "src/index.js",
"dependencies": {
"node-cron": "^3.0.3",
"qrcode": "^1.5.3",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.23.0"
}
}