Files
E2E-Monitoring/package.json
timm 5983106552 a
2025-04-19 02:41:33 +02:00

17 lines
296 B
JSON

{
"name": "e2e-monitor",
"version": "1.0.0",
"scripts": {
"start": "node /app/test/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"
}
}