You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
327 B

{
"name": "mail-backend",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"bcryptjs": "^3.0.3",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"iconv-lite": "0.4.24",
"mysql2": "^3.15.3",
"raw-body": "^2.5.2"
}
}