{
  "name": "jgql",
  "version": "0.10.0",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "license": "Apache-2.0",
  "scripts": {
    "build": "tsc --pretty",
    "watch": "tsc --watch --pretty",
    "prepare": "npm run build"
  },
  "dependencies": {
    "axios": "^0.18.0",
    "graphql": "^0.13.2",
    "hoist-non-react-statics": "^2.5.4"
  },
  "peerDependencies": {
    "react": ">=16.3.0"
  },
  "devDependencies": {
    "@types/graphql": "^0.13.1",
    "@types/node": "^10.3.0",
    "@types/react": "^16.3.16",
    "typescript": "^2.9.1"
  }
}
