2022-05-18 07:26:57 +00:00
|
|
|
{
|
|
|
|
|
"name": "integration-tests",
|
2022-11-24 10:00:41 +00:00
|
|
|
"version": "0.0.0",
|
2022-05-18 07:26:57 +00:00
|
|
|
"type": "module",
|
|
|
|
|
"private": true,
|
2022-11-24 10:00:41 +00:00
|
|
|
"scripts": {
|
2024-07-15 11:21:23 +00:00
|
|
|
"dev:integration": "RUN_AGAINST_LOCAL_SERVICES=1 vitest",
|
2023-01-23 15:44:53 +00:00
|
|
|
"prepare:env": "cd ../ && pnpm build:libraries && pnpm build:services",
|
2024-05-22 07:55:27 +00:00
|
|
|
"test:integration": "vitest",
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
2022-11-24 10:00:41 +00:00
|
|
|
},
|
2023-09-04 11:45:18 +00:00
|
|
|
"devDependencies": {
|
2024-07-14 06:29:13 +00:00
|
|
|
"@apollo/gateway": "2.8.3",
|
2024-04-24 07:17:37 +00:00
|
|
|
"@apollo/server": "4.10.4",
|
2024-07-11 07:04:01 +00:00
|
|
|
"@aws-sdk/client-s3": "3.614.0",
|
2022-12-28 09:37:23 +00:00
|
|
|
"@esm2cjs/execa": "6.1.1-cjs.1",
|
2024-04-23 15:51:43 +00:00
|
|
|
"@graphql-hive/apollo": "workspace:*",
|
2023-04-05 13:59:38 +00:00
|
|
|
"@graphql-hive/core": "workspace:*",
|
2023-03-21 02:11:06 +00:00
|
|
|
"@graphql-typed-document-node/core": "3.2.0",
|
2023-09-04 11:45:18 +00:00
|
|
|
"@hive/rate-limit": "workspace:*",
|
2024-01-04 09:59:55 +00:00
|
|
|
"@hive/schema": "workspace:*",
|
2023-09-04 11:45:18 +00:00
|
|
|
"@hive/server": "workspace:*",
|
|
|
|
|
"@hive/storage": "workspace:*",
|
2024-03-12 08:46:00 +00:00
|
|
|
"@trpc/client": "10.45.2",
|
|
|
|
|
"@trpc/server": "10.45.2",
|
2024-04-30 19:31:01 +00:00
|
|
|
"@types/dockerode": "3.3.29",
|
2024-03-24 08:14:25 +00:00
|
|
|
"@types/ioredis": "5.0.0",
|
2023-01-27 11:59:09 +00:00
|
|
|
"bcryptjs": "2.4.3",
|
2024-03-18 06:46:01 +00:00
|
|
|
"date-fns": "3.6.0",
|
2023-12-24 08:21:00 +00:00
|
|
|
"dockerode": "4.0.1",
|
2024-02-20 14:22:15 +00:00
|
|
|
"dotenv": "16.4.5",
|
2024-06-25 08:29:04 +00:00
|
|
|
"graphql": "16.9.0",
|
2024-02-04 13:04:37 +00:00
|
|
|
"human-id": "4.1.1",
|
2024-04-24 06:39:46 +00:00
|
|
|
"ioredis": "5.4.1",
|
2023-02-28 07:08:13 +00:00
|
|
|
"slonik": "30.4.4",
|
2023-05-31 15:08:13 +00:00
|
|
|
"strip-ansi": "7.1.0",
|
2024-06-05 16:34:13 +00:00
|
|
|
"tslib": "2.6.3",
|
2024-05-05 06:08:38 +00:00
|
|
|
"vitest": "1.6.0",
|
2024-05-09 07:40:55 +00:00
|
|
|
"zod": "3.23.8"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|