{
  "name": "@pawells/react-graphql",
  "displayName": "React GraphQL Utilities",
  "version": "3.1.1",
  "description": "React runtime companion providing Apollo Client setup, connection state management, and GraphQLProvider",
  "keywords": [
    "react",
    "graphql",
    "apollo",
    "apollo-client",
    "typescript",
    "provider",
    "subscriptions",
    "websocket",
    "connection-state",
    "graphql-ws"
  ],
  "homepage": "https://github.com/PhillipAWells/workspace/tree/main/packages/react-graphql#readme",
  "bugs": {
    "url": "https://github.com/PhillipAWells/workspace/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PhillipAWells/workspace.git",
    "directory": "packages/react-graphql"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/PhillipAWells"
  },
  "license": "MIT",
  "author": {
    "name": "Phillip Aaron Wells",
    "email": "69355326+PhillipAWells@users.noreply.github.com"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "local": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "!**/*.tsbuildinfo",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "@pawells/logger": "^4.2.1",
    "@pawells/typescript-common": "^3.1.1",
    "graphql-ws": "^6.0.8",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@apollo/client": "^4.2.3",
    "@testing-library/dom": "^10.0.0",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/react": "^19.2.17",
    "@vitest/coverage-v8": "~4.1.9",
    "graphql": "^16.13.2",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "rxjs": "^7.8.2",
    "typescript": "~6.0.0",
    "vitest": "~4.1.9"
  },
  "peerDependencies": {
    "@apollo/client": ">=4.0.0",
    "graphql": "^16.0.0",
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0",
    "rxjs": ">=7.0.0"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}