UNPKG

@graphql-hive/pubsub

Version:
49 lines 1.09 kB
{ "name": "@graphql-hive/pubsub", "version": "2.0.0-alpha-572407000830b7aef9d4d7def6fa8139009a9e13", "type": "module", "repository": { "type": "git", "url": "git+https://github.com/graphql-hive/gateway.git", "directory": "packages/pubsub" }, "author": { "email": "contact@the-guild.dev", "name": "The Guild", "url": "https://the-guild.dev" }, "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" }, "dependencies": { "@repeaterjs/repeater": "^3.0.6", "@whatwg-node/disposablestack": "^0.0.6" }, "devDependencies": { "pkgroll": "2.15.0" }, "sideEffects": false }