mailer/package.json
Philipp Dormann f9a202db55
Some checks failed
Build Latest image / build-container (push) Successful in 44s
Build release images / build-container (push) Failing after 3h14m11s
chore(deps): bump
2025-03-27 10:20:15 +01:00

28 lines
572 B
JSON

{
"name": "@odit/lfk-mailer",
"version": "1.2.3",
"private": true,
"type": "module",
"scripts": {
"dev": "bun --watch src/index.ts",
"start": "bun src/index.ts"
},
"dependencies": {
"@hono/node-server": "1.14.0",
"@hono/swagger-ui": "0.5.1",
"@hono/zod-openapi": "0.19.2",
"@hono/zod-validator": "0.4.3",
"bullmq": "5.44.4",
"handlebars": "4.7.8",
"hono": "4.7.5",
"ioredis": "5.6.0",
"nodemailer": "6.10.0",
"zod": "3.24.2"
},
"devDependencies": {
"@types/node": "22.13.14",
"@types/nodemailer": "6.4.17",
"bun-types": "1.2.6"
}
}