UNPKG

@graphql-mesh/transport-ws

Version:
62 lines 1.56 kB
{ "name": "@graphql-mesh/transport-ws", "version": "1.0.6-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/graphql-hive/gateway.git", "directory": "packages/transports/ws" }, "author": { "email": "contact@the-guild.dev", "name": "The Guild", "url": "https://the-guild.dev" }, "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": "^15.9.0 || ^16.9.0" }, "dependencies": { "@graphql-mesh/cross-helpers": "^0.4.10", "@graphql-mesh/string-interpolation": "^0.5.6", "@graphql-mesh/transport-common": "^0.7.31", "@graphql-mesh/types": "^0.104.0", "@graphql-mesh/utils": "^0.104.1", "@graphql-tools/executor-graphql-ws": "2.0.5-alpha-5a915f8ac34fa347d6f4ece5af391e6fa922ca99", "@graphql-tools/utils": "^10.8.1", "graphql-ws": "^6.0.3", "tslib": "^2.8.1", "ws": "^8.18.0" }, "devDependencies": { "@types/ws": "^8", "graphql": "^16.9.0", "pkgroll": "2.11.2" }, "sideEffects": false }