console/packages/services/workflows/package.json
2026-05-12 10:41:55 +02:00

36 lines
1 KiB
JSON

{
"name": "@hive/workflows",
"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",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@graphql-hive/logger": "1.1.0",
"@graphql-inspector/core": "7.1.3",
"@graphql-inspector/patch": "0.1.3",
"@graphql-yoga/redis-event-target": "3.0.3",
"@hive/postgres": "workspace:*",
"@hive/pubsub": "workspace:*",
"@hive/service-common": "workspace:*",
"@hive/storage": "workspace:*",
"@sentry/node": "7.120.2",
"@trpc/client": "10.45.3",
"@types/mjml": "4.7.1",
"@types/nodemailer": "7.0.4",
"@types/sendmail": "1.4.7",
"bentocache": "1.5.1",
"dotenv": "16.4.7",
"graphile-worker": "0.16.6",
"graphql": "16.9.0",
"graphql-yoga": "5.13.3",
"ioredis": "5.8.2",
"mjml": "4.14.0",
"nodemailer": "8.0.5",
"sendmail": "1.6.1",
"zod": "3.25.76"
}
}