mirror of
https://github.com/kou029w/_.git
synced 2025-01-30 22:08:02 +00:00
15 lines
313 B
JSON
15 lines
313 B
JSON
{
|
|
"name": "nodemailer",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Kohei Watanabe <kou029w@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"nodemailer": "^6.9.4"
|
|
}
|
|
}
|