20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"description": "Backend for email service",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node app.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^5.1.0",
|
|
"mysql2": "^3.14.2",
|
|
"mailparser": "^3.7.4",
|
|
"cors": "^2.8.5",
|
|
"smtp-server": "^3.13.4",
|
|
"ws": "^8.17.1",
|
|
"winston": "^3.13.0",
|
|
"morgan": "^1.10.0"
|
|
}
|
|
}
|