mailpilot sending

This commit is contained in:
southseact-3d
2026-02-12 19:35:55 +00:00
parent 6c09b70317
commit df3a8cdf43
15 changed files with 4419 additions and 136 deletions

View File

@@ -1,25 +1,24 @@
{
"name": "chat",
"version": "1.0.0",
"description": "",
"main": "agents.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"adm-zip": "^0.5.16",
"archiver": "^6.0.1",
"bcrypt": "^6.0.0",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^7.0.7",
"pdfkit": "^0.17.2",
"sharp": "^0.33.5",
"better-sqlite3": "^11.8.1",
"multer": "^2.0.2"
}
}
{
"name": "chat",
"version": "1.0.0",
"description": "",
"main": "agents.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"adm-zip": "^0.5.16",
"archiver": "^6.0.1",
"bcrypt": "^6.0.0",
"jsonwebtoken": "^9.0.2",
"pdfkit": "^0.17.2",
"sharp": "^0.33.5",
"better-sqlite3": "^11.8.1",
"multer": "^2.0.2"
}
}