nodemailer-brevo-transport
Version:
Nodemailer Transport Module for Brevo
40 lines (39 loc) • 1.25 kB
JSON
{
"name": "nodemailer-brevo-transport",
"version": "2.2.1",
"description": "Nodemailer Transport Module for Brevo",
"main": "lib/transport.js",
"types": "lib/transport.d.ts",
"scripts": {
"test": "mocha test/auto/*.spec.js",
"prepublish": "npm run format:check && npm run lint:check && npm run test",
"format:check": "prettier --check lib test",
"format:fix": "prettier --write lib test",
"lint:check": "eslint lib test",
"lint:fix": "eslint --fix lib test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gotschmarcel/nodemailer-brevo-transport.git"
},
"keywords": [
"nodemailer",
"brevo"
],
"author": "Marcel Gotsch",
"license": "MIT",
"bugs": {
"url": "https://github.com/gotschmarcel/nodemailer-brevo-transport/issues"
},
"homepage": "https://github.com/gotschmarcel/nodemailer-brevo-transport#readme",
"devDependencies": {
"chai": "4.5.0",
"eslint": "9.21.0",
"eslint-config-prettier": "10.0.2",
"mocha": "11.1.0",
"nock": "14.0.1",
"nodemailer": "6.10.0",
"prettier": "3.5.3",
"yargs": "17.7.2"
}
}