UNPKG

@graphql-tools/executor-graphql-ws

Version:

A set of utils for faster development of GraphQL tools

56 lines 1.42 kB
{ "name": "@graphql-tools/executor-graphql-ws", "version": "2.0.5-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99", "type": "module", "description": "A set of utils for faster development of GraphQL tools", "repository": { "type": "git", "url": "git+https://github.com/graphql-hive/gateway.git", "directory": "packages/executors/graphql-ws" }, "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>", "license": "MIT", "engines": { "node": ">=18.0.0" }, "main": "./dist/index.js", "exports": { ".": { "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./package.json": "./package.json" }, "types": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "pkgroll --clean-dist", "prepack": "yarn build" }, "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" }, "dependencies": { "@graphql-tools/executor-common": "^0.0.4", "@graphql-tools/utils": "^10.8.1", "@whatwg-node/disposablestack": "^0.0.6", "graphql-ws": "^6.0.3", "isomorphic-ws": "^5.0.0", "tslib": "^2.8.1", "ws": "^8.17.1" }, "devDependencies": { "@types/ws": "^8.0.0", "graphql": "^16.9.0", "pkgroll": "2.11.2" }, "sideEffects": false }