mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dotan Simha <dotansimha@gmail.com>
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@hive/emails",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bob runify --single",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@sentry/node": "7.44.2",
|
|
"@trpc/server": "10.17.0",
|
|
"@whatwg-node/fetch": "0.8.3",
|
|
"bullmq": "3.10.2",
|
|
"dotenv": "16.0.3",
|
|
"ioredis": "5.3.1",
|
|
"mjml": "4.13.0",
|
|
"nodemailer": "6.9.1",
|
|
"p-timeout": "6.1.1",
|
|
"sendmail": "1.6.1",
|
|
"zod": "3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@hive/service-common": "workspace:*",
|
|
"@types/mjml": "4.7.0",
|
|
"@types/nodemailer": "6.4.7",
|
|
"@types/sendmail": "1.4.4",
|
|
"copyfiles": "2.4.1",
|
|
"pino-pretty": "10.0.0",
|
|
"tslib": "2.5.0"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tsup": true,
|
|
"tags": [
|
|
"backend"
|
|
],
|
|
"banner": "../../../scripts/banner.js"
|
|
}
|
|
}
|