{
  "name": "@graphcommerce/graphql",
  "homepage": "https://www.graphcommerce.org/",
  "repository": "github:graphcommerce-org/graphcommerce",
  "version": "8.0.8",
  "sideEffects": false,
  "main": "index.ts",
  "prettier": "@graphcommerce/prettier-config-pwa",
  "eslintConfig": {
    "extends": "@graphcommerce/eslint-config-pwa",
    "parserOptions": {
      "project": "./tsconfig.json"
    }
  },
  "dependencies": {
    "@graphcommerce/graphql-codegen-near-operation-file": "8.0.8",
    "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "8.0.8",
    "@graphql-codegen/add": "5.0.1",
    "@graphql-codegen/fragment-matcher": "5.0.1",
    "@graphql-codegen/introspection": "4.0.1",
    "@graphql-codegen/schema-ast": "4.0.1",
    "@graphql-codegen/typed-document-node": "5.0.2",
    "@graphql-codegen/typescript": "4.0.2",
    "@graphql-codegen/typescript-apollo-client-helpers": "2.2.6",
    "@graphql-codegen/typescript-document-nodes": "4.0.2",
    "@graphql-codegen/typescript-operations": "4.1.0",
    "apollo3-cache-persist": "^0.14.1"
  },
  "peerDependencies": {
    "@apollo/client": "^3",
    "@graphcommerce/eslint-config-pwa": "^8.0.8",
    "@graphcommerce/prettier-config-pwa": "^8.0.8",
    "@graphcommerce/typescript-config-pwa": "^8.0.8",
    "graphql": "^16.7.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
