{
  "name": "graphql-participant",
  "version": "1.0.0",
  "repository": "git@github.com:theorchard/graphql-participant.git",
  "private": true,
  "engines": {
    "node": ">=24.0.0"
  },
  "scripts": {
    "start": "dotenv -- yarn nodemon -e js,json,ts,graphql --ignore src/resolvers/types/generated.ts --exec ts-node --project ./tsconfig.json -r tsconfig-paths/register ./src/index.ts",
    "lint": "yarn lint:js && yarn lint:schema",
    "js:lint": "yarn lint:js",
    "lint:js": "biome check src tests",
    "format": "biome check --write src tests",
    "lint:schema": "graphql-schema-linter src/schema/*.graphql",
    "test:e2e": "jest --config jest.e2e.config.js",
    "test:unit": "NODE_ENV=test jest --testPathIgnorePatterns tests/**/*",
    "test": "yarn test:unit",
    "clean": "rm -rf build && mkdir build",
    "build:server": "yarn tsc -p ./tsconfig.build.json && tsc-alias -p ./tsconfig.build.json",
    "build:schema": "cp -R ./src/schema ./build",
    "build:cypher": "cp -R ./src/cypher ./build",
    "build:copy_schema": "mkdir -p ./build/src/ && cp -R ./src/schema ./build/src/schema",
    "build": "yarn clean && yarn build:server && yarn build:schema && yarn build:cypher && yarn build:copy_schema",
    "schema:generate": "yarn graphql-codegen",
    "docker:unit-lint": "docker compose up --build --exit-code-from unit-lint --abort-on-container-exit --remove-orphans unit-lint"
  },
  "dependencies": {
    "@apollo/subgraph": "^2.13.3",
    "@aws-sdk/client-s3": "^3.864.0",
    "@graphql-tools/schema": "^7",
    "@graphql-tools/utils": "^7",
    "@sentry/node": "^9.43.0",
    "@theorchard/connector-neo4j": "^2.0.4",
    "@theorchard/connector-splitio": "^4.2.2",
    "@theorchard/dataloader-zod": "^1.0.0",
    "@theorchard/datasource-ows": "4.0.0",
    "@theorchard/field-validator": "^1.4.0",
    "@theorchard/graphql-server": "5.1.0",
    "@theorchard/jwt-service-handler": "4.6.6",
    "apollo-datasource": "^0.7.0",
    "apollo-server-express": "^3.13.0",
    "dataloader": "^2.0.0",
    "dotenv": "^8.2.0",
    "express": "^4.20.0",
    "fast-xml-builder": "1.1.7",
    "graphql": "^16.11.0",
    "neo4j-driver": "^5.20.0",
    "qs": "6.15.2",
    "uuid": "11.1.1",
    "winston": "^3.8.2",
    "ws": "8.21.0",
    "zod": "^3.25.67"
  },
  "devDependencies": {
    "@aws-sdk/client-secrets-manager": "^3.993.0",
    "@biomejs/biome": "^1.9.4",
    "@graphql-codegen/add": "^5.0.3",
    "@graphql-codegen/cli": "^5.0.3",
    "@graphql-codegen/typescript": "^4.1.0",
    "@graphql-codegen/typescript-resolvers": "^4.3.0",
    "@theorchard/backend-jwtauth-testing": "^0.4.1",
    "@theorchard/backend-secrets-manager-sdk-v3": "^0.2.0",
    "@types/jest": "^30.0.0",
    "@types/memoizee": "^0.4.7",
    "dd-trace": "^5.80.0",
    "dotenv-cli": "^11.0.0",
    "graphql-request": "^7.4.0",
    "graphql-schema-linter": "^3.0.1",
    "jest": "^30.3.0",
    "nodemon": "3.1.0",
    "ts-jest": "^29.4.9",
    "ts-node": "^10.9.1",
    "tsc-alias": "^1.8.10",
    "tsconfig-paths": "^3.12.0",
    "typescript": "~4.7"
  },
  "resolutions": {
    "form-data": "^4.0.6",
    "sha.js": "^2.4.12",
    "jws": "^3.2.3",
    "qs": "^6.15.2",
    "js-yaml": "^4.2.0",
    "brace-expansion": "^2.0.2",
    "minimatch": "^3.1.2 || ^5.1.6 || ^9.0.0",
    "on-headers": "^1.1.0",
    "tmp": "^0.2.6",
    "shell-quote": "^1.8.4",
    "ws": "^8.21.0",
    "@babel/core": "^7.29.6",
    "@smithy/config-resolver": "^4.4.0",
    "lodash": "^4.18.1",
    "underscore": "^1.13.8",
    "minimist": "^1.2.8",
    "marked": "^4.0.10",
    "@theorchard/connector-splitio": "4.2.2",
    "uuid": "^11.1.1"
  },
  "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}
