console/integration-tests/package.json

51 lines
1.6 KiB
JSON

{
"name": "integration-tests",
"type": "module",
"private": true,
"scripts": {
"dev:integration": "RUN_AGAINST_LOCAL_SERVICES=1 vitest",
"prepare:env": "cd ../ && pnpm build:libraries && pnpm build:services",
"start": "./local.sh",
"test:integration": "vitest",
"test:integration:apollo-router": "TEST_APOLLO_ROUTER=1 vitest tests/apollo-router",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@apollo/gateway": "2.13.2",
"@apollo/server": "5.5.0",
"@apollo/subgraph": "2.13.2",
"@aws-sdk/client-s3": "3.723.0",
"@esm2cjs/execa": "6.1.1-cjs.1",
"@graphql-hive/apollo": "workspace:*",
"@graphql-hive/core": "workspace:*",
"@graphql-typed-document-node/core": "3.2.0",
"@hive/commerce": "workspace:*",
"@hive/postgres": "workspace:*",
"@hive/schema": "workspace:*",
"@hive/server": "workspace:*",
"@hive/service-common": "workspace:*",
"@hive/storage": "workspace:*",
"@theguild/federation-composition": "0.22.2",
"@trpc/client": "10.45.3",
"@trpc/server": "10.45.3",
"@types/async-retry": "1.4.8",
"@types/dockerode": "3.3.43",
"@types/set-cookie-parser": "2.4.10",
"async-retry": "1.3.3",
"bcryptjs": "2.4.3",
"csv-parse": "5.6.0",
"date-fns": "4.1.0",
"dockerode": "4.0.8",
"dotenv": "16.4.7",
"graphql": "16.9.0",
"graphql-sse": "2.6.0",
"graphql-yoga": "5.13.3",
"human-id": "4.1.1",
"ioredis": "5.8.2",
"set-cookie-parser": "2.7.1",
"strip-ansi": "7.1.2",
"tslib": "2.8.1",
"vitest": "4.1.3",
"zod": "3.25.76"
}
}