{
  "name": "apollo-link-serialize",
  "version": "4.0.0",
  "description": "A link that serializes requests by key, making sure that they execute in the exact order submitted",
  "dependencies": {
    "@apollo/client": "^3.3.20",
    "zen-observable-ts": "^0.8.11"
  },
  "devDependencies": {
    "@types/graphql": "^0.11.7",
    "@types/jest": "^20.0.8",
    "@types/node": "^8.0.26",
    "@typescript-eslint/eslint-plugin": "^4.26.1",
    "@typescript-eslint/parser": "^4.26.1",
    "codecov": "^2.3.0",
    "eslint": "^7.28.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "graphql": "^0.11.7",
    "nyc": "^11.2.1",
    "prettier": "^2.3.1",
    "react-scripts-ts": "^2.6.0",
    "ts-jest": "^20.0.14",
    "typescript": "^3.5.1"
  },
  "main": "build/dist/index.js",
  "module": "build/dist/index.js",
  "repository": {
    "type": "git",
    "url": "helfer/apollo-link-serialize"
  },
  "jsnext:main": "build/dist/index.js",
  "typings": "build/dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "lint": "eslint -c .eslintrc.json --ext .ts src/**/*",
    "test": "react-scripts-ts test --coverage --collectCoverageFrom=src/**/*.ts* --collectCoverageFrom=!src/index.ts --collectCoverageFrom=!src/TestUtils.ts && yarn run lint",
    "testonly": "react-scripts-ts test --env=jsdom",
    "coverage": "codecov -f coverage/*.json"
  },
  "keywords": [
    "graphql",
    "apollo",
    "apollo-link",
    "serialize",
    "queue"
  ],
  "author": "Jonas Helfer <jonas@helfer.email>",
  "license": "MIT"
}
