mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
12 lines
229 B
JSON
12 lines
229 B
JSON
{
|
|
"name": "ems",
|
|
"description": "External Messaging Service (SMS, EMAIL, PUSH)",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"nodemailer": "^6.9.11",
|
|
"web-push": "^3.6.7"
|
|
}
|
|
}
|