{ "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.9.3", "@apollo/server": "4.11.2", "@aws-sdk/client-s3": "3.682.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", "bcryptjs": "2.4.3", "date-fns": "4.1.0", "dockerode": "4.0.2", "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.8.0", "vitest": "2.0.5", "zod": "3.23.8" } }