mailer/package.json

26 lines
522 B
JSON

{
"name": "email-microservice",
"private": true,
"type": "module",
"scripts": {
"dev": "bun --watch src/index.ts",
"start": "bun src/index.ts"
},
"dependencies": {
"@hono/node-server": "1.13.7",
"@hono/swagger-ui": "0.4.1",
"@hono/zod-openapi": "0.18.0",
"@hono/zod-validator": "0.4.1",
"bullmq": "5.28.1",
"handlebars": "^4.7.8",
"hono": "4.6.11",
"ioredis": "5.4.1",
"nodemailer": "^6.9.16",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "22.9.1",
"bun-types": "1.1.36"
}
}