mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
28 lines
743 B
JSON
28 lines
743 B
JSON
{
|
|
"name": "mail",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "ts-node index.ts",
|
|
"compile": "tsc",
|
|
"dev": "cross-env NODE_ENV=development ts-node-dev --inspect=0.0.0.0 index.ts",
|
|
"test": "echo 'no tests'"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^17.0.27",
|
|
"@types/nodemailer": "^6.4.4",
|
|
"@types/nodemailer-express-handlebars": "^4.0.2",
|
|
"Common": "file:../Common",
|
|
"CommonServer": "file:../CommonServer",
|
|
"handlebars": "^4.7.7",
|
|
"nodemailer": "^6.7.3",
|
|
"nodemailer-express-handlebars": "^5.0.0"
|
|
},
|
|
"devDependencies": {
|
|
|
|
}
|
|
}
|