notification-services
Version:
use email, sms and custom notification services for node.js application easily
54 lines (53 loc) • 1.29 kB
JSON
{
"name": "notification-services",
"version": "1.1.1",
"description": "use email, sms and custom notification services for node.js application easily",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"start": "ts-node ./lib/index.ts",
"prepublish": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arachnomesh/Arach-Notify.git"
},
"keywords": [
"Notification",
"Notifications",
"Notify",
"Notifier",
"SMS",
"Email",
"Mail",
"Custom",
"Template",
"Email-Template"
],
"author": "Arachnomesh",
"license": "MIT",
"bugs": {
"url": "https://github.com/arachnomesh/Arach-Notify/issues"
},
"homepage": "https://github.com/arachnomesh/Arach-Notify#readme",
"devDependencies": {
"@types/nodemailer": "^6.4.4",
"@types/uuid": "^8.3.3",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.41.0",
"axios": "^0.24.0",
"email-templates": "^8.0.8",
"nodemailer": "^6.7.0",
"nodemailer-mail-tracking": "^0.2.1",
"twilio": "^3.71.2"
}
}