{ "name": "aws-email-forwarder", "version": "1.0.0", "description": "Serverless email forwarding service with AWS Lambda and Simple Email Service. Built and deployed with gulp.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Matthias Kretschmamnn (https://matthiaskretschmann.com/)", "license": "MIT", "dependencies": { "aws-lambda-ses-forwarder": "^4.2.0", "dotenv": "^6.2.0" }, "devDependencies": { "aws-sdk": "^2.382.0", "del": "^3.0.0", "gulp": "^4.0.0", "gulp-install": "^1.1.0", "gulp-zip": "^4.2.0", "prettier": "^1.15.3" } }