mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
16 lines
313 B
JSON
16 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"
|
||
|
}
|
||
|
}
|