RHeactorJS/template-mailer-aws-lambda

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@rheactorjs/template-mailer-aws-lambda",
  "description": "A transactional email mailer that runs on AWS lambda and sends emails via SES",
  "scripts": {
    "lint": "standard",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "precommit": "npm run lint",
    "commitmsg": "validate-commit-msg"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RHeactorJS/template-mailer-aws-lambda.git"
  },
  "keywords": [
    "aws",
    "lambda",
    "email",
    "transactional",
    "javascript"
  ],
  "author": "Resourceful Humans GmbH <info@resourceful-humans.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RHeactorJS/template-mailer-aws-lambda/issues"
  },
  "homepage": "https://github.com/RHeactorJS/template-mailer-aws-lambda#readme",
  "dependencies": {
    "aws-sdk": "^2.133.0",
    "bluebird": "^3.5.1",
    "joi": "^13.0.0",
    "lodash": "^4.17.4",
    "nodemailer": "^4.2.0",
    "showdown": "^1.7.6"
  },
  "devDependencies": {
    "husky": "^0.14.3",
    "semantic-release": "^11.0.2",
    "standard": "^11.0.0",
    "validate-commit-msg": "^2.14.0"
  },
  "engines": {
    "node": ">=6.10.2"
  }
}