{
  "name": "apollo-link",
  "version": "1.2.13",
  "description": "Flexible, lightweight transport layer for GraphQL",
  "author": "Evans Hauser <evanshauser@gmail.com>",
  "contributors": [
    "James Baxley <james@meteor.com>",
    "Jonas Helfer <jonas@helfer.email>",
    "jon wong <j@jnwng.com>",
    "Sashko Stubailo <sashko@stubailo.com>"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "module": "./lib/bundle.esm.js",
  "typings": "./lib/index.d.ts",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/apollographql/apollo-link.git"
  },
  "bugs": {
    "url": "https://github.com/apollographql/apollo-link/issues"
  },
  "homepage": "https://github.com/apollographql/apollo-link#readme",
  "scripts": {
    "build": "tsc && rollup -c",
    "clean": "rimraf lib/* && rimraf coverage/*",
    "coverage": "jest --coverage",
    "filesize": "../../scripts/minify",
    "lint": "tslint -c \"../../tslint.json\" -p tsconfig.json -c ../../tslint.json src/*.ts",
    "prebuild": "npm run clean",
    "prepare": "npm run build",
    "test": "npm run lint && jest",
    "watch": "tsc -w -p . & rollup -c -w"
  },
  "dependencies": {
    "apollo-utilities": "^1.3.0",
    "ts-invariant": "^0.4.0",
    "tslib": "^1.9.3",
    "zen-observable-ts": "^0.8.20"
  },
  "peerDependencies": {
    "graphql": "^0.11.3 || ^0.12.3 || ^0.13.0 || ^14.0.0"
  },
  "devDependencies": {
    "@types/graphql": "14.2.3",
    "@types/jest": "24.0.18",
    "@types/node": "9.6.51",
    "graphql": "14.5.4",
    "graphql-tag": "2.10.1",
    "jest": "24.9.0",
    "rimraf": "2.7.1",
    "rollup": "1.20.3",
    "ts-jest": "22.4.6",
    "tslint": "5.17.0",
    "typescript": "3.0.3"
  },
  "jest": {
    "transform": {
      ".(ts|tsx)": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json"
    ],
    "testURL": "http://localhost"
  },
  "gitHead": "74d412528dd474fc41ee0bf504e36e01d7e05e2b"
}
