jovo-plugin-error-email
Version:
Jovo plugin to send out emails if an error occurs.
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "jovo-plugin-error-email",
"version": "2.0.2",
"description": "Jovo plugin to send out emails if an error occurs.",
"main": "dist/src/index",
"types": "dist/src/index.d.ts",
"scripts": {
"copy-assets": "XCOPY /S /y .\\src\\*.pug .\\dist\\src",
"tsc": "tsc",
"build": "npm run copy-assets && npm run tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kaan Kilic",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.378.0",
"jovo-core": "^2.0.2",
"nodemailer": "^4.7.0",
"pug": "^2.0.3"
},
"devDependencies": {
"@types/node": "^10.3.1",
"@types/nodemailer": "^4.6.5",
"@types/pug": "^2.0.4",
"typescript": "^3.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KaanKC/jovo-plugin-email-error.git"
},
"keywords": [
"jovo",
"plugin",
"error",
"email"
],
"bugs": {
"url": "https://github.com/KaanKC/jovo-plugin-email-error/issues"
},
"homepage": "https://github.com/KaanKC/jovo-plugin-email-error#readme",
"files": [
"dist/src/**/*"
]
}