initial commit
This commit is contained in:
parent
30086d2af8
commit
e5fb9aef86
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"name": "email_test",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"start": "node index.js"
|
||||||
|
},
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC",
|
||||||
|
"dependencies": {
|
||||||
|
"nodemailer": "^4.6.8"
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue