mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
28 lines
748 B
JSON
28 lines
748 B
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.0.9",
|
|
"@hive/service-common": "workspace:*",
|
|
"@hive/storage": "workspace:*",
|
|
"@sentry/node": "7.120.2",
|
|
"@types/mjml": "4.7.1",
|
|
"@types/nodemailer": "7.0.4",
|
|
"@types/sendmail": "1.4.7",
|
|
"bentocache": "1.1.0",
|
|
"dotenv": "16.4.7",
|
|
"graphile-worker": "0.16.6",
|
|
"mjml": "4.14.0",
|
|
"nodemailer": "7.0.11",
|
|
"sendmail": "1.6.1",
|
|
"slonik": "30.4.4",
|
|
"zod": "3.25.76"
|
|
}
|
|
}
|