mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
32 lines
964 B
JSON
32 lines
964 B
JSON
{
|
|
"name": "@hive/emails",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "tsx ../../../scripts/runify.ts",
|
|
"dev": "tsup-node --config ../../../configs/tsup/dev.config.node.ts src/dev.ts",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@hive/service-common": "workspace:*",
|
|
"@sentry/node": "7.113.0",
|
|
"@trpc/server": "10.45.2",
|
|
"@types/mjml": "4.7.1",
|
|
"@types/nodemailer": "6.4.15",
|
|
"@types/sendmail": "1.4.7",
|
|
"bullmq": "5.7.8",
|
|
"copyfiles": "2.4.1",
|
|
"dotenv": "16.4.5",
|
|
"ioredis": "5.4.1",
|
|
"mjml": "4.14.0",
|
|
"nodemailer": "6.9.13",
|
|
"p-timeout": "6.1.2",
|
|
"pino-pretty": "11.0.0",
|
|
"sendmail": "1.6.1",
|
|
"tslib": "2.6.2",
|
|
"zod": "3.23.6"
|
|
}
|
|
}
|