2022-08-12 12:51:09 +00:00
|
|
|
{
|
|
|
|
|
"name": "@hive/emails",
|
2022-11-24 10:00:41 +00:00
|
|
|
"type": "module",
|
2022-08-12 12:51:09 +00:00
|
|
|
"license": "MIT",
|
2022-11-24 10:00:41 +00:00
|
|
|
"private": true,
|
2022-08-12 12:51:09 +00:00
|
|
|
"scripts": {
|
2023-04-20 09:18:51 +00:00
|
|
|
"build": "tsx ../../../scripts/runify.ts",
|
2023-02-27 09:56:51 +00:00
|
|
|
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts",
|
2022-11-24 10:00:41 +00:00
|
|
|
"postbuild": "copyfiles -f \"node_modules/bullmq/dist/esm/commands/*.lua\" dist && copyfiles -f \"node_modules/bullmq/dist/esm/commands/includes/*.lua\" dist/includes",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
2022-08-12 12:51:09 +00:00
|
|
|
},
|
2023-09-04 11:45:18 +00:00
|
|
|
"devDependencies": {
|
|
|
|
|
"@hive/service-common": "workspace:*",
|
2024-12-25 14:52:51 +00:00
|
|
|
"@sentry/node": "7.120.2",
|
2025-12-16 21:44:09 +00:00
|
|
|
"@trpc/server": "10.45.3",
|
2023-09-04 11:45:18 +00:00
|
|
|
"@types/mjml": "4.7.1",
|
2026-01-09 15:55:29 +00:00
|
|
|
"@types/nodemailer": "7.0.4",
|
2023-11-07 20:43:48 +00:00
|
|
|
"@types/sendmail": "1.4.7",
|
2025-01-09 03:57:58 +00:00
|
|
|
"bullmq": "5.34.8",
|
2023-09-04 11:45:18 +00:00
|
|
|
"copyfiles": "2.4.1",
|
2024-12-25 13:17:32 +00:00
|
|
|
"dotenv": "16.4.7",
|
2025-12-04 12:14:40 +00:00
|
|
|
"ioredis": "5.8.2",
|
2023-04-09 19:20:04 +00:00
|
|
|
"mjml": "4.14.0",
|
2025-12-08 11:08:15 +00:00
|
|
|
"nodemailer": "7.0.11",
|
2025-01-09 03:59:23 +00:00
|
|
|
"p-timeout": "6.1.4",
|
2024-10-27 16:24:00 +00:00
|
|
|
"pino-pretty": "11.3.0",
|
2022-11-24 10:00:41 +00:00
|
|
|
"sendmail": "1.6.1",
|
2024-11-17 10:57:43 +00:00
|
|
|
"tslib": "2.8.1",
|
2025-09-14 13:16:15 +00:00
|
|
|
"zod": "3.25.76"
|
2022-08-12 12:51:09 +00:00
|
|
|
}
|
|
|
|
|
}
|