UNPKG

static.email.ses

Version:

A Vercel/Zeit Now AWS SES Based Serverless Utility

39 lines (38 loc) 916 B
{ "name": "static.email.ses", "version": "0.1.6", "description": "A Vercel/Zeit Now AWS SES Based Serverless Utility", "main": "cjs/index.js", "scripts": { "build": "npm run cjs && npm run test", "cjs": "ascjs esm cjs", "test": "node test/index.js" }, "keywords": [ "vercel", "zeit", "now", "AWS", "SES" ], "author": "Andrea Giammarchi", "license": "ISC", "devDependencies": { "ascjs": "^3.0.1" }, "module": "esm/index.js", "dependencies": { "@ungap/url-search-params": "^0.1.2", "aws-sdk": "^2.535.0", "escape-string-regexp": "^2.0.0", "marked": "^0.7.0" }, "repository": { "type": "git", "url": "git+https://github.com/WebReflection/static.email.ses.git" }, "bugs": { "url": "https://github.com/WebReflection/static.email.ses/issues" }, "homepage": "https://github.com/WebReflection/static.email.ses#readme" }