{ "name": "ente-otp-email-monitor", "version": "1.0.0", "description": "OTP email monitoring service for Ente Cloudron app", "main": "otp-email-monitor.js", "scripts": { "start": "node otp-email-monitor.js", "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "nodemailer": "^6.9.0" }, "keywords": [ "ente", "otp", "email", "cloudron", "monitoring" ], "author": "Ente Cloudron Integration", "license": "Apache-2.0" }