{ "name": "test", "version": "1.0.0", "description": "Mailer to send mail through mailgun", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "axios": "^1.7.9", "dotenv": "^16.4.7", "mailgun.js": "^10.4.0" } }