UNPKG

@kohanajs/mod-mail-adapter-aws

Version:
31 lines (30 loc) 874 B
{ "name": "@kohanajs/mod-mail-adapter-aws", "version": "1.1.6", "description": "KohanaJS Mail Module Adpater - AWS", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://gitlab.com/kohana-js/proposals/level0/mod-mail-adpater.git" }, "keywords": [ "KohanaJS", "AWS", "SES" ], "author": "Kojin Nakana", "license": "LGPL-3.0-or-later", "bugs": { "url": "https://gitlab.com/kohana-js/proposals/level0/mod-mail-adpater/issues" }, "homepage": "https://gitlab.com/kohana-js/proposals/level0/mod-mail-adpater#readme", "dependencies": { "@aws-sdk/client-ses": "^3.290.0", "@aws-sdk/credential-provider-ini": "^3.290.0", "@aws-sdk/client-dynamodb": "^3.290.0", "nodemailer": "^6.9.1" } }