UNPKG

@graphql-tools/executor-graphql-ws

Version:

A set of utils for faster development of GraphQL tools

56 lines 1.45 kB
{ "name": "@graphql-tools/executor-graphql-ws", "version": "3.1.2-rc-4edfa719675b4142f39d4fe813824c68d31efbc7", "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": ">=20.0.0" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "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" }, "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": "1.0.4-rc-4edfa719675b4142f39d4fe813824c68d31efbc7", "@graphql-tools/utils": "^10.10.1", "@whatwg-node/disposablestack": "^0.0.6", "graphql-ws": "^6.0.6", "isows": "^1.0.7", "tslib": "^2.8.1", "ws": "^8.18.3" }, "devDependencies": { "@types/ws": "^8.0.0", "graphql": "^16.12.0", "pkgroll": "2.20.1" }, "sideEffects": false }