mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Co-authored-by: enisdenjo <badurinadenis@gmail.com> Co-authored-by: Denis Badurina <denis@domonda.com>
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@hive/webhooks",
|
|
"type": "module",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "tsup-node src/dev.ts --format esm --target node16 --watch --onSuccess 'node dist/dev.js' | pino-pretty --translateTime HH:MM:ss TT --ignore pid,hostname",
|
|
"build": "bob runify --single",
|
|
"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": {
|
|
"zod": "3.15.1",
|
|
"@trpc/server": "9.23.2",
|
|
"@sentry/node": "7.12.1",
|
|
"@sentry/tracing": "7.12.1",
|
|
"bullmq": "1.81.4",
|
|
"dotenv": "10.0.0",
|
|
"got": "12.5.1",
|
|
"ioredis": "4.28.3",
|
|
"p-timeout": "5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ioredis": "4.28.10",
|
|
"@hive/service-common": "0.0.0",
|
|
"copyfiles": "2.4.1",
|
|
"pino-pretty": "6.0.0",
|
|
"tslib": "2.4.0"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tsup": true,
|
|
"tags": [
|
|
"backend"
|
|
],
|
|
"banner": "../../../scripts/banner.js"
|
|
}
|
|
}
|