mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
17 lines
312 B
JSON
17 lines
312 B
JSON
{
|
|
"name": "ems",
|
|
"description": "External Messaging Service (SMS, EMAIL, PUSH)",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"proxy": {
|
|
"path": "/ems",
|
|
"port": 3007
|
|
},
|
|
"dependencies": {
|
|
"handlebars": "^4.7.8",
|
|
"nodemailer": "^6.9.11",
|
|
"web-push": "^3.6.7"
|
|
}
|
|
}
|