ads-marketing/mail-service/package.json
2025-07-22 14:43:26 +05:00

13 lines
203 B
JSON

{
"scripts": {
"start": "node src/index.js"
},
"type": "module",
"dependencies": {
"dotenv": "^17.2.0",
"express": "^5.1.0",
"mysql2": "^3.14.2",
"sequelize": "^6.37.7"
}
}