multiple-email-service
Version:
It's helps developer to use multiple email service from this package.
40 lines (39 loc) • 991 B
JSON
{
"name": "multiple-email-service",
"version": "1.0.9",
"description": "It's helps developer to use multiple email service from this package.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx babel src --out-dir dist",
"start": "npx babel src --watch --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/irsath-mohammed/cali-email-service.git"
},
"keywords": [
"the",
"best",
"package",
"to",
"have",
"ever",
"existed"
],
"author": "Irsath",
"license": "ISC",
"bugs": {
"url": "https://github.com/irsath-mohammed/cali-email-service/issues"
},
"homepage": "https://github.com/irsath-mohammed/cali-email-service#readme",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4"
},
"dependencies": {
"mailgun-js": "^0.22.0",
"nodemailer": "^6.7.2"
}
}