mgmosseol/package.json
Helge-Mikael Nordgård ef94e5c9a0 Example code
2025-01-08 23:33:51 +01:00

17 lines
336 B
JSON

{
"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"
}
}