mail/package.json

20 lines
349 B
JSON
Raw Permalink Normal View History

2020-09-18 16:04:40 +08:00
{
"name": "@gm5/mail",
"version": "2.0.0",
2020-09-18 16:04:40 +08:00
"type": "module",
"description": "邮件收发管理",
"main": "index.js",
"author": "yutent",
"keywords": [
"fivejs",
"gm5",
"mail",
"sendmail"
],
"repository": "https://git.wkit.fun/gm5/mail.git",
"license": "MIT",
"dependencies": {
"nodemailer": "^6.9.7"
}
2020-09-18 16:04:40 +08:00
}