18 lines
352 B
JSON
18 lines
352 B
JSON
{
|
|
"name": "wuhu-mail-notify",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"serve": "node index.js"
|
|
},
|
|
"private": true,
|
|
"devDependencies": {
|
|
"dotenv": "^16.4.7",
|
|
"express": "^4.21.2",
|
|
"nodemailer": "^6.10.0"
|
|
}
|
|
}
|