22 lines
541 B
JSON
22 lines
541 B
JSON
{
|
|
"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 inspector for SES emails, CloudWatch logs, and Secrets Manager",
|
|
"dependencies": {
|
|
"@aws-sdk/client-cloudwatch-logs": "^3.1012.0",
|
|
"@aws-sdk/client-secrets-manager": "^3.1013.0",
|
|
"express": "^5.1.0",
|
|
"mailparser": "^3.7.4",
|
|
"node-fetch": "^3.3.2"
|
|
}
|
|
}
|