{
  "name": "@prowe/apollo-client",
  "version": "3.1.3",
  "description": "A fully-featured caching GraphQL client.",
  "private": false,
  "keywords": [
    "apollo",
    "graphql",
    "react",
    "hooks",
    "client",
    "cache"
  ],
  "author": "opensource@apollographql.com",
  "license": "MIT",
  "main": "./main.cjs.js",
  "module": "./index.js",
  "types": "./index.d.ts",
  "sideEffects": [
    "./cache/inmemory/fixPolyfills.native.js"
  ],
  "react-native": {
    "./dist/cache/inmemory/fixPolyfills.js": "./cache/inmemory/fixPolyfills.native.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/apollo-client.git"
  },
  "bugs": {
    "url": "https://github.com/apollographql/apollo-client/issues"
  },
  "homepage": "https://www.apollographql.com",
  "peerDependencies": {
    "graphql": "^14.0.0 || ^15.0.0",
    "react": "^16.8.0",
    "subscriptions-transport-ws": "^0.9.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    }
  },
  "dependencies": {
    "@types/zen-observable": "^0.8.0",
    "@wry/context": "^0.5.2",
    "@wry/equality": "^0.2.0",
    "fast-json-stable-stringify": "^2.0.0",
    "graphql-tag": "^2.11.0",
    "hoist-non-react-statics": "^3.3.2",
    "optimism": "^0.12.1",
    "prop-types": "^15.7.2",
    "symbol-observable": "^1.2.0",
    "ts-invariant": "^0.4.4",
    "tslib": "^1.10.0",
    "zen-observable": "^0.8.14"
  },
  "devDependencies": {
    "@babel/parser": "7.11.3",
    "@rollup/plugin-node-resolve": "8.4.0",
    "@testing-library/react": "9.4.1",
    "@types/fast-json-stable-stringify": "2.0.0",
    "@types/fetch-mock": "^7.3.2",
    "@types/glob": "7.1.3",
    "@types/hoist-non-react-statics": "^3.3.1",
    "@types/jest": "26.0.8",
    "@types/lodash": "4.14.157",
    "@types/node": "14.0.27",
    "@types/react": "^16.9.32",
    "@types/react-dom": "^16.9.6",
    "@types/recompose": "^0.30.7",
    "bundlesize": "0.18.0",
    "cross-fetch": "3.0.5",
    "fetch-mock": "7.7.3",
    "glob": "7.1.6",
    "graphql": "15.3.0",
    "graphql-tools": "^6.0.12",
    "jest": "26.2.2",
    "jest-junit": "11.1.0",
    "lodash": "4.17.19",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "recast": "0.19.1",
    "recompose": "^0.30.0",
    "resolve": "^1.17.0",
    "rimraf": "3.0.2",
    "rollup": "1.31.1",
    "rollup-plugin-terser": "5.1.3",
    "rxjs": "6.6.2",
    "subscriptions-transport-ws": "^0.9.17",
    "ts-jest": "26.1.4",
    "ts-node": "8.10.2",
    "tsc-watch": "3.0.1",
    "typescript": "3.9.7",
    "wait-for-observables": "^1.0.3"
  },
  "publishConfig": {
    "access": "public"
  }
}
