UNPKG

1.51 kBJSONView Raw
1{
2 "name": "@graphql-yoga/subscription",
3 "version": "3.0.0-alpha-20221104165008-2ae97d03",
4 "description": "",
5 "sideEffects": true,
6 "dependencies": {
7 "@graphql-yoga/typed-event-target": "1.0.0-alpha-20221104165008-2ae97d03",
8 "@repeaterjs/repeater": "^3.0.4",
9 "@whatwg-node/events": "0.0.2",
10 "tslib": "^2.3.1"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/dotansimha/graphql-yoga.git",
15 "directory": "packages/subscription"
16 },
17 "keywords": [
18 "pubsub",
19 "graphql",
20 "event",
21 "subscription"
22 ],
23 "author": "Laurin Quast <laurinquast@googlemail.com>",
24 "license": "MIT",
25 "main": "cjs/index.js",
26 "module": "esm/index.js",
27 "typings": "typings/index.d.ts",
28 "typescript": {
29 "definition": "typings/index.d.ts"
30 },
31 "type": "module",
32 "exports": {
33 ".": {
34 "require": {
35 "types": "./typings/index.d.cts",
36 "default": "./cjs/index.js"
37 },
38 "import": {
39 "types": "./typings/index.d.ts",
40 "default": "./esm/index.js"
41 },
42 "default": {
43 "types": "./typings/index.d.ts",
44 "default": "./esm/index.js"
45 }
46 },
47 "./*": {
48 "require": {
49 "types": "./typings/*.d.cts",
50 "default": "./cjs/*.js"
51 },
52 "import": {
53 "types": "./typings/*.d.ts",
54 "default": "./esm/*.js"
55 },
56 "default": {
57 "types": "./typings/*.d.ts",
58 "default": "./esm/*.js"
59 }
60 },
61 "./package.json": "./package.json"
62 }
63}
\No newline at end of file