console/packages/services/api/package.json

84 lines
2.6 KiB
JSON

{
"name": "@hive/api",
"type": "module",
"license": "MIT",
"private": true,
"engines": {
"node": ">=12"
},
"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",
"./modules/shared/providers/logger": "./src/modules/shared/providers/logger.ts",
"./modules/shared/providers/redis": "./src/modules/shared/providers/redis.ts"
},
"peerDependencies": {
"graphql": "^16.0.0",
"reflect-metadata": "0.2.2"
},
"devDependencies": {
"@aws-sdk/client-s3": "3.723.0",
"@aws-sdk/s3-request-presigner": "3.723.0",
"@bentocache/plugin-prometheus": "0.2.0",
"@date-fns/utc": "2.1.1",
"@graphql-hive/core": "workspace:*",
"@graphql-hive/signal": "1.0.0",
"@graphql-inspector/core": "7.1.2",
"@graphql-tools/merge": "9.1.1",
"@hive/cdn-script": "workspace:*",
"@hive/pubsub": "workspace:*",
"@hive/schema": "workspace:*",
"@hive/service-common": "workspace:*",
"@hive/storage": "workspace:*",
"@hive/tokens": "workspace:*",
"@hive/usage-common": "workspace:*",
"@hive/usage-ingestor": "workspace:*",
"@hive/workflows": "workspace:*",
"@octokit/app": "15.1.4",
"@octokit/core": "6.1.4",
"@octokit/plugin-retry": "7.1.4",
"@octokit/request-error": "6.1.7",
"@sentry/node": "7.120.2",
"@sentry/types": "7.120.2",
"@slack/web-api": "7.10.0",
"@theguild/federation-composition": "0.21.3",
"@trpc/client": "10.45.3",
"@trpc/server": "10.45.3",
"@types/bcryptjs": "2.4.6",
"@types/ioredis-mock": "8.2.5",
"@types/lodash": "4.17.14",
"@types/ms": "0.7.34",
"@types/object-hash": "3.0.6",
"agentkeepalive": "4.6.0",
"bcryptjs": "2.4.3",
"bentocache": "1.1.0",
"csv-stringify": "6.5.2",
"dataloader": "2.2.3",
"date-fns": "4.1.0",
"fast-json-stable-stringify": "2.1.0",
"got": "14.4.7",
"graphile-worker": "0.16.6",
"graphql": "16.9.0",
"graphql-modules": "3.1.1",
"graphql-parse-resolve-info": "4.13.0",
"graphql-scalars": "1.24.2",
"graphql-yoga": "5.13.3",
"ioredis": "5.8.2",
"ioredis-mock": "8.9.0",
"jsonwebtoken": "9.0.3",
"lodash": "4.17.23",
"lru-cache": "7.18.3",
"ms": "2.1.3",
"object-hash": "3.0.0",
"p-queue": "8.0.1",
"prom-client": "15.1.3",
"redlock": "5.0.0-beta.2",
"slonik": "30.4.4",
"stripe": "17.5.0",
"tslib": "2.8.1",
"undici": "7.18.2",
"vitest": "4.0.9",
"zod": "3.25.76",
"zod-validation-error": "3.4.0"
}
}