console/integration-tests/package.json

42 lines
1.2 KiB
JSON
Raw Normal View History

2022-05-18 07:26:57 +00:00
{
"name": "integration-tests",
"version": "0.0.0",
2022-05-18 07:26:57 +00:00
"type": "module",
"private": true,
"scripts": {
"dev:integration": "RUN_AGAINST_LOCAL_SERVICES=1 vitest",
"prepare:env": "cd ../ && pnpm build:libraries && pnpm build:services",
2024-05-22 07:55:27 +00:00
"test:integration": "vitest",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@apollo/gateway": "2.8.3",
"@apollo/server": "4.10.4",
"@aws-sdk/client-s3": "3.614.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/rate-limit": "workspace:*",
"@hive/schema": "workspace:*",
"@hive/server": "workspace:*",
"@hive/storage": "workspace:*",
"@trpc/client": "10.45.2",
"@trpc/server": "10.45.2",
"@types/dockerode": "3.3.29",
"@types/ioredis": "5.0.0",
2023-01-27 11:59:09 +00:00
"bcryptjs": "2.4.3",
"date-fns": "3.6.0",
"dockerode": "4.0.1",
"dotenv": "16.4.5",
"graphql": "16.9.0",
"human-id": "4.1.1",
"ioredis": "5.4.1",
"slonik": "30.4.4",
"strip-ansi": "7.1.0",
"tslib": "2.6.3",
"vitest": "1.6.0",
"zod": "3.23.8"
2022-05-18 07:26:57 +00:00
}
}