mandrill-nodemailer-transport
Version:
Mandrill API and Nodemailer v4+. The plugin is very small, optimized and written in TypeScript
46 lines (45 loc) • 1.3 kB
JSON
{
"name": "mandrill-nodemailer-transport",
"version": "1.2.1",
"description": "Mandrill API and Nodemailer v4+. The plugin is very small, optimized and written in TypeScript",
"private": false,
"author": "Sergey Khomushin <xr0master@gmail.com>",
"license": "MIT",
"main": "dist/MandrillTransport.js",
"types": "dist/MandrillTransport.d.ts",
"keywords": [
"mandrill",
"nodemailer",
"transport",
"mandrill nodemailer transport",
"nodemailer mandrill transport"
],
"repository": {
"type": "git",
"url": "https://github.com/xr0master/mandrill-nodemailer-transport.git"
},
"scripts": {
"_build-ts": "tsc",
"_clean": "rm -rf ./dist",
"build": "npm run _clean && npm run tslint && npm run _build-ts",
"test": "jest --notify --forceExit --coverage --verbose --config ./jest.conf.json",
"tslint": "tslint -c tslint.json -p tsconfig.json -t stylish"
},
"peerDependencies": {
"nodemailer": ">=4.0.0"
},
"devDependencies": {
"@types/jest": "26.0.12",
"@types/node": "14.6.2",
"@types/nodemailer": "6.4.0",
"jest": "26.4.2",
"nodemailer": "6.4.11",
"ts-jest": "26.3.0",
"tslint": "6.1.3",
"tslint-eslint-rules": "5.4.0",
"typescript": "4.0.2"
},
"engines": {
"node": ">=12.0.0"
}
}