{ "name": "secret-sender", "version": "1.0.0", "main": "app.js", "type": "module", "scripts": { "start": "node app.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "description": "", "dependencies": { "express": "^4.21.1", "node-cron": "^3.0.3", "nodemailer": "^6.9.15", "pug": "^3.0.3" } }