{ "name": "integration-tests", "version": "0.0.0", "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.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.31", "@types/ioredis": "5.0.0", "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": "2.0.3", "zod": "3.23.8" } }