mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 22:47:17 +00:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "@hive/webhooks",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "bob runify --single",
|
|
"dev": "tsup-node src/dev.ts --format esm --shims --target node18 --watch --sourcemap --onSuccess 'node --enable-source-maps dist/dev.js' | pino-pretty --translateTime HH:MM:ss TT --ignore pid,hostname",
|
|
"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.30.0",
|
|
"@sentry/tracing": "7.30.0",
|
|
"@trpc/server": "10.7.0",
|
|
"bullmq": "3.5.6",
|
|
"dotenv": "16.0.3",
|
|
"got": "12.5.3",
|
|
"ioredis": "5.2.5",
|
|
"p-timeout": "6.0.0",
|
|
"zod": "3.20.2"
|
|
},
|
|
"devDependencies": {
|
|
"@hive/service-common": "workspace:*",
|
|
"copyfiles": "2.4.1",
|
|
"pino-pretty": "9.1.1",
|
|
"tslib": "2.4.1"
|
|
},
|
|
"buildOptions": {
|
|
"runify": true,
|
|
"tsup": true,
|
|
"tags": [
|
|
"backend"
|
|
],
|
|
"banner": "../../../scripts/banner.js"
|
|
}
|
|
}
|