feature/IO-3587-Commision-Cut - Improved local email

This commit is contained in:
Dave
2026-03-19 14:28:15 -04:00
parent 3f03157834
commit 172bbecff7
3 changed files with 1027 additions and 80 deletions

View File

@@ -4,12 +4,13 @@
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "node index.js",
"check": "node --check index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"description": "LocalStack SES email viewer for inspecting local outbound mail",
"dependencies": {
"express": "^5.1.0",
"mailparser": "^3.7.4",