mailer/package.json
Nicolai Ort 22ef2521f5
All checks were successful
Build Latest image / build-container (push) Successful in 45s
Build release images / build-container (push) Successful in 46s
chore: bump version to 1.2.6
2025-05-26 19:10:20 +02:00

28 lines
572 B
JSON

{
"name": "@odit/lfk-mailer",
"version": "1.2.6",
"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"
}
}