{ "name": "localemailviewer", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "start": "node index.js", "check": "node --check index.js" }, "keywords": [], "author": "", "license": "ISC", "description": "LocalStack SES email viewer for inspecting local outbound mail", "dependencies": { "express": "^5.1.0", "mailparser": "^3.7.4", "node-fetch": "^3.3.2" } }