UNPKG

@graphql-mesh/transport-ws

Version:
63 lines 1.59 kB
{ "name": "@graphql-mesh/transport-ws", "version": "1.0.0-rc-7759f3d79ac8abb2207692cde94f7adf982c37cd", "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.9", "@graphql-mesh/string-interpolation": "^0.5.6", "@graphql-mesh/transport-common": "^0.7.27", "@graphql-mesh/types": "^0.103.6", "@graphql-mesh/utils": "^0.103.6", "@graphql-tools/executor-graphql-ws": "2.0.0-rc-7759f3d79ac8abb2207692cde94f7adf982c37cd", "@graphql-tools/utils": "^10.7.0", "graphql-ws": "^6.0.3", "isomorphic-ws": "^5.0.0", "tslib": "^2.8.1", "ws": "^8.18.0" }, "devDependencies": { "@types/ws": "^8", "graphql": "^16.9.0", "pkgroll": "2.6.1" }, "sideEffects": false }