{ "name": "@graphiql/toolkit", "version": "0.9.2", "description": "Utility to build a fetcher for GraphiQL", "contributors": [ "Rikki Schulte (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": "^3.1.0", "meros": "^1.1.4" }, "devDependencies": { "graphql": "^16.8.1", "graphql-ws": "^5.5.5", "isomorphic-fetch": "^3.0.0", "subscriptions-transport-ws": "0.11.0" }, "peerDependencies": { "graphql": "^15.5.0 || ^16.0.0", "graphql-ws": ">= 4.5.0" }, "peerDependenciesMeta": { "graphql-ws": { "optional": true } }, "keywords": [ "graphql", "graphiql" ] }