2022-05-18 07:26:57 +00:00
|
|
|
{
|
|
|
|
|
"name": "@hive/api",
|
2022-11-24 10:00:41 +00:00
|
|
|
"type": "module",
|
2022-05-18 07:26:57 +00:00
|
|
|
"license": "MIT",
|
2022-11-24 10:00:41 +00:00
|
|
|
"private": true,
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=12"
|
|
|
|
|
},
|
2026-02-23 10:19:12 +00:00
|
|
|
"exports": {
|
|
|
|
|
"./modules/auth/lib/supertokens-at-home/crypto": "./src/modules/auth/lib/supertokens-at-home/crypto.ts",
|
|
|
|
|
"./modules/auth/providers/supertokens-store": "./src/modules/auth/providers/supertokens-store.ts",
|
2026-03-09 12:08:27 +00:00
|
|
|
"./modules/shared/providers/logger": "./src/modules/shared/providers/logger.ts",
|
|
|
|
|
"./modules/shared/providers/redis": "./src/modules/shared/providers/redis.ts"
|
2026-02-23 10:19:12 +00:00
|
|
|
},
|
2022-05-18 07:26:57 +00:00
|
|
|
"peerDependencies": {
|
|
|
|
|
"graphql": "^16.0.0",
|
2025-03-06 01:19:37 +00:00
|
|
|
"reflect-metadata": "0.2.2"
|
2022-05-18 07:26:57 +00:00
|
|
|
},
|
2023-09-04 11:45:18 +00:00
|
|
|
"devDependencies": {
|
2025-01-09 05:58:52 +00:00
|
|
|
"@aws-sdk/client-s3": "3.723.0",
|
|
|
|
|
"@aws-sdk/s3-request-presigner": "3.723.0",
|
2025-02-25 02:01:32 +00:00
|
|
|
"@bentocache/plugin-prometheus": "0.2.0",
|
2025-09-14 12:12:32 +00:00
|
|
|
"@date-fns/utc": "2.1.1",
|
2024-04-23 11:49:51 +00:00
|
|
|
"@graphql-hive/core": "workspace:*",
|
2025-04-10 11:14:51 +00:00
|
|
|
"@graphql-hive/signal": "1.0.0",
|
2026-01-27 21:07:45 +00:00
|
|
|
"@graphql-inspector/core": "7.1.2",
|
2025-09-14 12:12:12 +00:00
|
|
|
"@graphql-tools/merge": "9.1.1",
|
2023-09-04 11:45:18 +00:00
|
|
|
"@hive/cdn-script": "workspace:*",
|
2026-03-27 09:20:05 +00:00
|
|
|
"@hive/postgres": "workspace:*",
|
2026-02-27 21:53:14 +00:00
|
|
|
"@hive/pubsub": "workspace:*",
|
2023-09-04 11:45:18 +00:00
|
|
|
"@hive/schema": "workspace:*",
|
2024-04-07 08:57:03 +00:00
|
|
|
"@hive/service-common": "workspace:*",
|
2023-09-04 11:45:18 +00:00
|
|
|
"@hive/storage": "workspace:*",
|
|
|
|
|
"@hive/tokens": "workspace:*",
|
2024-07-19 09:13:51 +00:00
|
|
|
"@hive/usage-common": "workspace:*",
|
|
|
|
|
"@hive/usage-ingestor": "workspace:*",
|
2026-01-12 12:13:23 +00:00
|
|
|
"@hive/workflows": "workspace:*",
|
2025-02-16 07:08:38 +00:00
|
|
|
"@octokit/app": "15.1.4",
|
|
|
|
|
"@octokit/core": "6.1.4",
|
|
|
|
|
"@octokit/plugin-retry": "7.1.4",
|
|
|
|
|
"@octokit/request-error": "6.1.7",
|
2024-12-25 14:52:51 +00:00
|
|
|
"@sentry/node": "7.120.2",
|
|
|
|
|
"@sentry/types": "7.120.2",
|
2025-09-16 14:18:37 +00:00
|
|
|
"@slack/web-api": "7.10.0",
|
2026-03-17 13:24:48 +00:00
|
|
|
"@theguild/federation-composition": "0.22.1",
|
2025-12-16 21:44:09 +00:00
|
|
|
"@trpc/client": "10.45.3",
|
|
|
|
|
"@trpc/server": "10.45.3",
|
2023-11-07 06:18:05 +00:00
|
|
|
"@types/bcryptjs": "2.4.6",
|
2023-11-07 10:17:00 +00:00
|
|
|
"@types/ioredis-mock": "8.2.5",
|
2025-01-09 04:00:17 +00:00
|
|
|
"@types/lodash": "4.17.14",
|
2023-11-07 20:15:05 +00:00
|
|
|
"@types/ms": "0.7.34",
|
2023-11-07 20:44:38 +00:00
|
|
|
"@types/object-hash": "3.0.6",
|
2025-01-09 05:58:05 +00:00
|
|
|
"agentkeepalive": "4.6.0",
|
2023-01-23 16:21:02 +00:00
|
|
|
"bcryptjs": "2.4.3",
|
2025-02-25 02:01:32 +00:00
|
|
|
"bentocache": "1.1.0",
|
2024-12-27 09:00:29 +00:00
|
|
|
"csv-stringify": "6.5.2",
|
2024-12-25 09:21:49 +00:00
|
|
|
"dataloader": "2.2.3",
|
2024-10-28 09:26:27 +00:00
|
|
|
"date-fns": "4.1.0",
|
2023-05-08 08:44:25 +00:00
|
|
|
"fast-json-stable-stringify": "2.1.0",
|
2025-04-09 14:39:50 +00:00
|
|
|
"got": "14.4.7",
|
2026-02-27 21:53:14 +00:00
|
|
|
"graphile-worker": "0.16.6",
|
2024-06-25 08:29:04 +00:00
|
|
|
"graphql": "16.9.0",
|
2026-01-16 16:19:29 +00:00
|
|
|
"graphql-modules": "3.1.1",
|
2023-01-16 11:13:47 +00:00
|
|
|
"graphql-parse-resolve-info": "4.13.0",
|
2025-09-14 13:37:59 +00:00
|
|
|
"graphql-scalars": "1.24.2",
|
2025-04-10 11:14:51 +00:00
|
|
|
"graphql-yoga": "5.13.3",
|
2025-12-04 12:14:40 +00:00
|
|
|
"ioredis": "5.8.2",
|
2023-10-23 18:36:41 +00:00
|
|
|
"ioredis-mock": "8.9.0",
|
2026-02-23 10:19:12 +00:00
|
|
|
"jsonwebtoken": "9.0.3",
|
2026-04-02 09:07:13 +00:00
|
|
|
"lodash": "4.18.1",
|
2023-03-06 01:01:35 +00:00
|
|
|
"lru-cache": "7.18.3",
|
2022-05-18 07:26:57 +00:00
|
|
|
"ms": "2.1.3",
|
2023-02-02 18:35:59 +00:00
|
|
|
"object-hash": "3.0.0",
|
2024-07-19 09:13:51 +00:00
|
|
|
"p-queue": "8.0.1",
|
2024-06-27 12:13:26 +00:00
|
|
|
"prom-client": "15.1.3",
|
2023-04-21 10:06:02 +00:00
|
|
|
"redlock": "5.0.0-beta.2",
|
2025-02-24 10:41:01 +00:00
|
|
|
"stripe": "17.5.0",
|
2024-11-17 10:57:43 +00:00
|
|
|
"tslib": "2.8.1",
|
2026-03-14 10:12:51 +00:00
|
|
|
"undici": "7.24.0",
|
2026-04-08 06:48:48 +00:00
|
|
|
"vitest": "4.1.3",
|
2025-09-14 13:16:15 +00:00
|
|
|
"zod": "3.25.76",
|
2024-10-28 09:26:46 +00:00
|
|
|
"zod-validation-error": "3.4.0"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|