mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
32 lines
854 B
JSON
32 lines
854 B
JSON
{
|
|
"name": "mail",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node --require ts-node/register Index.ts",
|
|
"compile": "tsc",
|
|
"dev": "npx nodemon",
|
|
"test": "echo 'no tests'"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@sendgrid/mail": "^7.7.0",
|
|
"@types/node": "^17.0.27",
|
|
"@types/nodemailer": "^6.4.4",
|
|
"@types/nodemailer-express-handlebars": "^4.0.2",
|
|
"Common": "file:../Common",
|
|
"CommonServer": "file:../CommonServer",
|
|
"ejs": "^3.1.8",
|
|
"handlebars": "^4.7.7",
|
|
"Model": "file:../Model",
|
|
"nodemailer": "^6.7.3",
|
|
"nodemailer-express-handlebars": "^5.0.0",
|
|
"ts-node": "^10.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.20"
|
|
}
|
|
}
|