UNPKG

noimap

Version:

A NodeJS package that fully take care of handling aws ses emails such as storing, parsing, serving in a easy way.

75 lines (74 loc) 1.72 kB
{ "name": "noimap", "version": "1.0.2", "description": "A NodeJS package that fully take care of handling aws ses emails such as storing, parsing, serving in a easy way.", "repository": { "type": "git", "url": "https://github.com/suryavaddiraju/noimap.git" }, "scripts": { "build": "webpack --version", "test": "echo \"Error: no test specified\" && exit 1" }, "license": "Apache-2.0", "keywords": [ "aws", "ses", "email", "parser", "sesparser", "aws-ses", "aws-ses-parser", "aws-ses-email-parser", "aws-ses-email", "serve", "parse", "store", "email-handler" ], "author": { "name": "Vaddiraju Surya Teja", "email": "suryavaddiraju@proton.me", "url": "http://github.com/suryavaddiraju" }, "funding": { "type": "github", "url": "https://github.com/sponsors/suryavaddiraju" }, "bugs": { "url": "https://github.com/suryavaddiraju/noimap/issues" }, "homepage": "https://dev.vaddiraju.in/noimap", "files": [ "dist", "lib", "LICENSE", "README.md", "package.json", ".npmignore" ], "dependencies": { "@aws-sdk/client-dynamodb": "^3.609.0", "@aws-sdk/client-s3": "^3.609.0", "@aws-sdk/client-sesv2": "^3.609.0", "@aws-sdk/client-sts": "3.609.0", "@aws-sdk/util-dynamodb": "^3.609.0", "mailparser": "^3.7.1", "uuid": "^10.0.0" }, "engines": { "node": ">20.0.0", "npm": ">10.0.0" }, "main": "./lib/index.mjs", "exports": "./lib/index.mjs", "type": "module", "devDependencies": { "path-browserify": "^1.0.1", "webpack": "^5.92.1", "webpack-cli": "^5.1.4" }, "sideEffects": false, "jsdelivr": "", "unpkg": "" }