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>
38 lines
1,006 B
JSON
38 lines
1,006 B
JSON
{
|
|
"name": "@hive/webhooks",
|
|
"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",
|
|
"@sentry/tracing": "7.44.2",
|
|
"@trpc/server": "10.17.0",
|
|
"bullmq": "3.10.2",
|
|
"dotenv": "16.0.3",
|
|
"got": "12.6.0",
|
|
"ioredis": "5.3.1",
|
|
"p-timeout": "6.1.1",
|
|
"zod": "3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@hive/service-common": "workspace:*",
|
|
"copyfiles": "2.4.1",
|
|
"pino-pretty": "10.0.0",
|
|
"tslib": "2.5.0"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tsup": true,
|
|
"tags": [
|
|
"backend"
|
|
],
|
|
"banner": "../../../scripts/banner.js"
|
|
}
|
|
}
|