{
  "name": "aws-appsync-react",
  "version": "4.0.16",
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "description": "AWS Mobile AppSync SDK for JavaScript - React and React Native components",
  "author": {
    "name": "Amazon Web Services",
    "url": "https://aws.amazon.com/"
  },
  "homepage": "https://github.com/awslabs/aws-mobile-appsync-sdk-js.git",
  "repository": {
    "type": "git",
    "url": "https://github.com/awslabs/aws-mobile-appsync-sdk-js.git"
  },
  "scripts": {
    "prepare": "tsc",
    "test": "jest --coverage --coverageReporters=text --passWithNoTests"
  },
  "dependencies": {
    "prop-types": "^15.6.0"
  },
  "peerDependencies": {
    "aws-appsync": "3.x.x || 4.x.x",
    "react": "0.14.x || 15.* || ^15.0.0 || ^16.0.0",
    "react-apollo": "2.x"
  },
  "devDependencies": {
    "@react-native-community/netinfo": "^5.0.0",
    "@types/react": "^16.0.25",
    "aws-appsync": "^4.1.10",
    "react": "^16.1.1",
    "react-apollo": "^2.1.9",
    "react-native": "^0.50.3",
    "typescript": "^3.0.1"
  },
  "react-native": {
    "./lib/rehydrated": "./lib/rehydrated-rn"
  }
}
