console/integration-tests/package.json

45 lines
1.3 KiB
JSON
Raw Normal View History

2022-05-18 07:26:57 +00:00
{
"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",
2024-05-22 07:55:27 +00:00
"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.19.0",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"@types/async-retry": "1.4.8",
"@types/dockerode": "3.3.34",
"async-retry": "1.3.3",
2023-01-27 11:59:09 +00:00
"bcryptjs": "2.4.3",
"csv-parse": "5.6.0",
"date-fns": "4.1.0",
2025-04-01 11:05:50 +00:00
"dockerode": "4.0.4",
"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.0",
"tslib": "2.8.1",
"vitest": "3.2.4",
"zod": "3.24.1"
2022-05-18 07:26:57 +00:00
}
}