{
  "name": "react-apollo",
  "description": "React Apollo Hooks, Components, and HOC.",
  "version": "3.1.5",
  "author": "opensource@apollographql.com",
  "keywords": [
    "apollo",
    "graphql",
    "react",
    "hooks",
    "hoc",
    "components"
  ],
  "license": "MIT",
  "main": "./lib/react-apollo.cjs.js",
  "module": "./lib/react-apollo.esm.js",
  "react-native": {
    "react-dom/server": false
  },
  "typings": "./lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "apollographql/react-apollo"
  },
  "sideEffects": false,
  "scripts": {
    "clean": "rm -Rf ./lib/* ./meta/bundlesize/* ./meta/coverage/* ./.rpt2_cache",
    "prepare": "npm run build",
    "prebuild": "npm run clean",
    "build": "npx tsc -p ./config",
    "postbuild": "npx rollup -c ./config/rollup.config.js",
    "predeploy": "npm run build",
    "deploy": "npm publish"
  },
  "peerDependencies": {
    "@types/react": "^16.8.0",
    "apollo-client": "^2.6.4",
    "graphql": "^14.3.1",
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "dependencies": {
    "@apollo/react-common": "^3.1.4",
    "@apollo/react-components": "^3.1.5",
    "@apollo/react-hoc": "^3.1.5",
    "@apollo/react-hooks": "^3.1.5",
    "@apollo/react-ssr": "^3.1.5"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "rollup": "1.23.1",
    "typescript": "3.8.3"
  },
  "gitHead": "4bd40a94b18102b1eb42864d2e59d52ced0303f5"
}
