{ "name": "mailapi", "version": "1.0.0", "description": "API to check hCaptcha and sendmail", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "author": "Keith Irwin", "license": "MIT", "dependencies": { "body-parser": "^1.20.2", "cors": "^2.8.5", "dotenv": "^10.0.0", "express": "^4.18.2", "nodemailer": "^6.9.1" } }