{ "name": "localemailviewer", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "start": "node index.js", "check": "node --check index.js && node --check public/client-app.js && node --check server/config.js && node --check server/localstack-service.js && node --check server/page.js" }, "keywords": [], "author": "", "license": "ISC", "description": "LocalStack inspector for SES emails, CloudWatch logs, Secrets Manager, and S3", "dependencies": { "@aws-sdk/client-cloudwatch-logs": "^3.1012.0", "@aws-sdk/client-s3": "^3.1013.0", "@aws-sdk/client-secrets-manager": "^3.1013.0", "express": "^5.1.0", "mailparser": "^3.7.4", "node-fetch": "^3.3.2" } }