console/integration-tests/package.json

44 lines
1.3 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",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@apollo/gateway": "2.10.1",
"@apollo/server": "5.0.0",
"@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/schema": "workspace:*",
"@hive/server": "workspace:*",
"@hive/storage": "workspace:*",
"@theguild/federation-composition": "0.21.0",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"@types/async-retry": "1.4.8",
"@types/dockerode": "3.3.43",
"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",
"human-id": "4.1.1",
"ioredis": "5.4.2",
"slonik": "30.4.4",
"strip-ansi": "7.1.2",
"tslib": "2.8.1",
"vitest": "4.0.9",
"zod": "3.25.76"
}
}