{
  "name": "@theguild/graphiql-toolkit",
  "version": "0.4.0",
  "description": "Utility to build a fetcher for GraphiQL",
  "contributors": [
    "Rikki Schulte <rikki.schulte@gmail.com> (https://rikki.dev)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/graphql/graphiql",
    "directory": "packages/graphiql-toolkit"
  },
  "homepage": "http://github.com/graphql/graphiql/tree/master/packages/graphiql-toolkit#readme",
  "bugs": {
    "url": "https://github.com/graphql/graphiql/issues?q=issue+label:graphiql-toolkit"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "module": "esm/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {},
  "dependencies": {
    "@n1ru4l/push-pull-async-iterable-iterator": "^2.1.4",
    "graphql-ws": "^4.3.2",
    "meros": "^1.1.4"
  },
  "devDependencies": {
    "graphql": "experimental-stream-defer",
    "isomorphic-fetch": "^3.0.0",
    "subscriptions-transport-ws": "^0.9.18"
  },
  "optionalDependencies": {
    "subscriptions-transport-ws": "^0.9.18"
  },
  "peerDependencies": {
    "graphql": ">= v14.5.0 <= 15.5.0"
  },
  "keywords": [
    "graphql",
    "graphiql"
  ]
}
