{
  "name": "@apollo/react-hooks",
  "description": "React Apollo Hooks.",
  "version": "4.0.0",
  "author": "opensource@apollographql.com",
  "keywords": [
    "apollo",
    "graphql",
    "react",
    "hooks"
  ],
  "license": "MIT",
  "main": "index.js",
  "module": "index.esm.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "apollographql/react-apollo"
  },
  "sideEffects": false,
  "scripts": {
    "clean": ""
  },
  "dependencies": {
    "@apollo/client": "latest"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "9eab63a3995b83c947751ccbdae2e68955f4e06c"
}
