UNPKG

notification-services

Version:

Use email, sms and custom notification services for node.js application easily

55 lines (54 loc) 1.37 kB
{ "name": "notification-services", "version": "1.2.0", "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/node": "^18.19.123", "@types/nodemailer": "^6.4.4", "@types/uuid": "^8.3.3", "ts-node": "^10.4.0", "typescript": "^5.4.5" }, "dependencies": { "@aws-sdk/client-ses": "^3.41.0", "axios": "^1.11.0", "email-templates": "^8.1.0", "google-auth-library": "^10.2.1", "nodemailer": "^6.10.1", "twilio": "^4.23.0" } }