This commit is contained in:
timm
2025-04-19 01:59:11 +02:00
parent 58ff5be5d9
commit ff36c944b3
10 changed files with 175 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "oidc-monitor",
"version": "1.0.0",
"scripts": {
"start": "node scheduler.js"
},
"dependencies": {
"axios": "^1.6.8",
"dotenv": "^16.4.5",
"express": "^4.18.4",
"nodemailer": "^6.9.8",
"playwright": "^1.43.0",
"speakeasy": "^2.0.0"
}
}