28 lines
572 B
JSON
28 lines
572 B
JSON
{
|
|
"name": "@odit/lfk-mailer",
|
|
"version": "1.2.4",
|
|
"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"
|
|
}
|
|
}
|