UNPKG

strapi-provider-email-multichannel

Version:

Strapi email provider for supporting multiple email channels

31 lines 768 B
{ "name": "strapi-provider-email-multichannel", "version": "0.0.8", "description": "Strapi email provider for supporting multiple email channels", "repository": { "url": "git+https://github.com/lukibsubekti/strapi-provider-email-multichannel.git" }, "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "keywords": [ "strapi", "email", "brevo", "nodemailer" ], "author": "Luki B. Subekti <lukibsubekti@gmail.com>", "license": "ISC", "dependencies": { "axios": "^1.7.7", "lodash": "^4.17.21", "nodemailer": "^6.9.15" }, "devDependencies": { "@types/lodash": "^4.17.9", "@types/nodemailer": "^6.4.16", "typescript": "^5.6.2" } }