{ "name": "mail-delivery-service", "version": "0.1.0", "description": "API service for sending emails using the AWS Simple Email Service", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "server": "node index.js" }, "repository": { "type": "git", "url": "https://git.kairoscope.net/systems/mail-delivery-service.git" }, "keywords": [ "email", "API" ], "author": "James Peret (http://jamesperet.com)", "license": "ISC", "dependencies": { "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", "express": "^4.17.1", "kairoscope-db-models": "^0.1.3", "mongoose": "^6.0.8", "nodemailer": "^6.6.5", "uniqid": "^5.4.0" } }