2022-05-18 07:26:57 +00:00
|
|
|
{
|
|
|
|
|
"name": "integration-tests",
|
|
|
|
|
"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-07-19 09:13:51 +00:00
|
|
|
"start": "./local.sh",
|
2024-05-22 07:55:27 +00:00
|
|
|
"test:integration": "vitest",
|
2025-12-10 08:36:37 +00:00
|
|
|
"test:integration:apollo-router": "TEST_APOLLO_ROUTER=1 vitest tests/apollo-router",
|
2024-05-22 07:55:27 +00:00
|
|
|
"typecheck": "tsc --noEmit"
|
2022-11-24 10:00:41 +00:00
|
|
|
},
|
2023-09-04 11:45:18 +00:00
|
|
|
"devDependencies": {
|
2026-03-14 10:12:51 +00:00
|
|
|
"@apollo/gateway": "2.13.2",
|
2026-03-27 09:02:49 +00:00
|
|
|
"@apollo/server": "5.5.0",
|
2026-03-17 13:18:25 +00:00
|
|
|
"@apollo/subgraph": "2.13.2",
|
2025-01-09 05:58:52 +00:00
|
|
|
"@aws-sdk/client-s3": "3.723.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",
|
2025-02-24 10:41:01 +00:00
|
|
|
"@hive/commerce": "workspace:*",
|
2026-03-27 09:20:05 +00:00
|
|
|
"@hive/postgres": "workspace:*",
|
2024-01-04 09:59:55 +00:00
|
|
|
"@hive/schema": "workspace:*",
|
2023-09-04 11:45:18 +00:00
|
|
|
"@hive/server": "workspace:*",
|
2026-03-11 09:03:44 +00:00
|
|
|
"@hive/service-common": "workspace:*",
|
2023-09-04 11:45:18 +00:00
|
|
|
"@hive/storage": "workspace:*",
|
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",
|
2024-11-08 22:06:42 +00:00
|
|
|
"@types/async-retry": "1.4.8",
|
2025-09-14 13:39:06 +00:00
|
|
|
"@types/dockerode": "3.3.43",
|
2026-03-11 09:03:44 +00:00
|
|
|
"@types/set-cookie-parser": "2.4.10",
|
2024-11-08 22:06:42 +00:00
|
|
|
"async-retry": "1.3.3",
|
2023-01-27 11:59:09 +00:00
|
|
|
"bcryptjs": "2.4.3",
|
2025-04-24 14:50:50 +00:00
|
|
|
"csv-parse": "5.6.0",
|
2024-10-28 09:26:27 +00:00
|
|
|
"date-fns": "4.1.0",
|
2025-09-14 13:38:58 +00:00
|
|
|
"dockerode": "4.0.8",
|
2024-12-25 13:17:32 +00:00
|
|
|
"dotenv": "16.4.7",
|
2024-06-25 08:29:04 +00:00
|
|
|
"graphql": "16.9.0",
|
2026-02-27 21:53:14 +00:00
|
|
|
"graphql-sse": "2.6.0",
|
2026-03-17 13:18:25 +00:00
|
|
|
"graphql-yoga": "5.13.3",
|
2024-02-04 13:04:37 +00:00
|
|
|
"human-id": "4.1.1",
|
2025-12-04 12:14:40 +00:00
|
|
|
"ioredis": "5.8.2",
|
2026-03-11 09:03:44 +00:00
|
|
|
"set-cookie-parser": "2.7.1",
|
2025-09-14 12:10:36 +00:00
|
|
|
"strip-ansi": "7.1.2",
|
2024-11-17 10:57:43 +00:00
|
|
|
"tslib": "2.8.1",
|
2026-04-08 06:48:48 +00:00
|
|
|
"vitest": "4.1.3",
|
2025-09-14 13:16:15 +00:00
|
|
|
"zod": "3.25.76"
|
2022-05-18 07:26:57 +00:00
|
|
|
}
|
|
|
|
|
}
|