Files
E2E-Monitoring/package.json
timm ff36c944b3 a
2025-04-19 01:59:11 +02:00

17 lines
287 B
JSON

{
"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"
}
}