{
  "name": "apollo-offline-client",
  "version": "0.4.0",
  "description": "Apollo Offline Client",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "clean": "del coverage src/**/*.js src/**/*.map test/**/*.js test/**/*.map dist types",
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "mocha",
    "preintegration-test": "cd integration_test && npm install",
    "integration-test": "cd integration_test && npm test"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/apollo-upload-client": "8.1.1",
    "@types/chai": "4.1.7",
    "@types/debug": "4.1.4",
    "@types/graphql": "14.2.0",
    "@types/mocha": "5.2.6",
    "@types/ws": "6.0.1",
    "chai": "4.2.0",
    "del": "4.1.0",
    "mocha": "6.1.4",
    "ts-node": "8.1.0",
    "typescript": "3.4.4"
  },
  "dependencies": {
    "@aerogear/core": "2.4.0",
    "apollo-cache-inmemory": "1.5.1",
    "apollo-cache-persist": "0.1.1",
    "apollo-client": "2.5.1",
    "apollo-link": "1.2.11",
    "apollo-link-context": "1.0.17",
    "apollo-link-error": "1.1.10",
    "apollo-link-http": "1.5.14",
    "apollo-link-retry": "2.2.13",
    "apollo-link-ws": "1.0.17",
    "apollo-upload-client": "10.0.0",
    "debug": "4.1.1",
    "graphql": "14.2.1",
    "graphql-tag": "2.10.1",
    "graphql-tools": "4.0.4",
    "subscriptions-transport-ws": "0.9.16"
  },
  "gitHead": "d7a9dd0226173a8e875933dd065465b42659cf75"
}
