19 lines
368 B
Plaintext
19 lines
368 B
Plaintext
{
|
|
"name": "mailer",
|
|
"version": "1.0.0",
|
|
"description": "Simple reusable mailer utility.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"mailer",
|
|
"utility"
|
|
],
|
|
"author": "Trung Hoang",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"debug": "^4.4.0",
|
|
"nodemailer": "^6.10.0"
|
|
}
|
|
} |