UNPKG

@graphql-tools/executor-graphql-ws

Version:

A set of utils for faster development of GraphQL tools

63 lines 1.62 kB
{ "name": "@graphql-tools/executor-graphql-ws", "version": "0.0.4-alpha-20221114133606-dae9ff99", "description": "A set of utils for faster development of GraphQL tools", "sideEffects": false, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" }, "dependencies": { "@types/ws": "^8.0.0", "ws": "8.11.0", "isomorphic-ws": "5.0.0", "@graphql-tools/utils": "9.1.2-alpha-20221114133606-dae9ff99", "@repeaterjs/repeater": "3.0.4", "graphql-ws": "5.11.2", "tslib": "^2.4.0" }, "repository": { "type": "git", "url": "ardatan/graphql-tools", "directory": "packages/executors/graphql-ws" }, "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", "license": "MIT", "main": "cjs/index.js", "module": "esm/index.js", "typings": "typings/index.d.ts", "typescript": { "definition": "typings/index.d.ts" }, "type": "module", "exports": { ".": { "require": { "types": "./typings/index.d.cts", "default": "./cjs/index.js" }, "import": { "types": "./typings/index.d.ts", "default": "./esm/index.js" }, "default": { "types": "./typings/index.d.ts", "default": "./esm/index.js" } }, "./*": { "require": { "types": "./typings/*.d.cts", "default": "./cjs/*.js" }, "import": { "types": "./typings/*.d.ts", "default": "./esm/*.js" }, "default": { "types": "./typings/*.d.ts", "default": "./esm/*.js" } }, "./package.json": "./package.json" } }