{
  "name": "apollo-client",
  "version": "1.9.3",
  "description": "A simple yet functional GraphQL client.",
  "main": "apollo.umd.js",
  "module": "index.js",
  "jsnext:main": "index.js",
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "apollographql/apollo-client"
  },
  "bundlesize": [
    {
      "path": "./dist/index.min.js",
      "threshold": "30 Kb"
    }
  ],
  "jest": {
    "transform": {
      ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    }
  },
  "lint-staged": {
    "*.ts*": [
      "prettier --trailing-comma all --single-quote --write",
      "git add"
    ]
  },
  "pre-commit": "lint-staged",
  "keywords": [
    "ecmascript",
    "es2015",
    "jsnext",
    "javascript",
    "relay",
    "npm",
    "react"
  ],
  "author": "Sashko Stubailo <sashko@stubailo.com>",
  "license": "MIT",
  "dependencies": {
    "apollo-link-core": "^0.5.0",
    "graphql": "^0.10.0",
    "graphql-anywhere": "^3.0.1",
    "graphql-tag": "^2.0.0",
    "redux": "^3.4.0",
    "symbol-observable": "^1.0.2",
    "whatwg-fetch": "^2.0.0"
  },
  "devDependencies": {
    "@types/benchmark": "1.0.30",
    "@types/chai": "4.0.4",
    "@types/chai-as-promised": "0.0.31",
    "@types/isomorphic-fetch": "0.0.34",
    "@types/lodash": "4.14.74",
    "@types/mocha": "2.2.42",
    "@types/node": "8.0.26",
    "@types/promises-a-plus": "0.0.27",
    "@types/sinon": "2.3.3",
    "all-contributors-cli": "4.4.0",
    "benchmark": "2.1.4",
    "browserify": "14.4.0",
    "bundlesize": "0.14.1",
    "chai": "4.1.1",
    "chai-as-promised": "7.1.1",
    "colors": "1.1.2",
    "concurrently": "3.5.0",
    "danger": "1.2.0",
    "es6-promise": "4.1.1",
    "fetch-mock": "5.12.2",
    "flow-bin": "0.53.1",
    "grunt": "1.0.1",
    "grunt-tslint": "5.0.1",
    "gzip-size": "3.0.0",
    "isomorphic-fetch": "2.2.1",
    "istanbul": "0.4.5",
    "lint-staged": "4.0.4",
    "lodash": "4.17.4",
    "minimist": "1.2.0",
    "mocha": "3.5.0",
    "nodemon": "1.11.0",
    "pre-commit": "1.2.2",
    "prettier": "1.6.1",
    "pretty-bytes": "4.0.2",
    "remap-istanbul": "0.9.5",
    "request": "2.81.0",
    "rollup": "0.49.2",
    "rxjs": "5.4.3",
    "sinon": "3.2.1",
    "source-map-support": "0.4.16",
    "ts-jest": "20.0.13",
    "tslint": "5.7.0",
    "typescript": "2.4.2",
    "uglify-js": "3.0.28",
    "webpack": "3.5.5",
    "webpack-bundle-analyzer": "2.9.0"
  },
  "optionalDependencies": {
    "@types/graphql": "0.10.2"
  }
}