UNPKG

1.22 kBJSONView Raw
1{
2 "name": "@graphql-yoga/redis-event-target",
3 "version": "1.0.0-alpha-20221102190102-4116dba1",
4 "description": "",
5 "sideEffects": false,
6 "peerDependencies": {
7 "ioredis": "^5.0.6"
8 },
9 "dependencies": {
10 "@whatwg-node/events": "0.0.2",
11 "@graphql-yoga/typed-event-target": "1.0.0-alpha-20221102190102-4116dba1"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/dotansimha/graphql-yoga.git",
16 "directory": "packages/event-target/redis-event-target"
17 },
18 "keywords": [
19 "pubsub",
20 "graphql",
21 "event",
22 "subscription"
23 ],
24 "author": "Laurin Quast <laurinquast@googlemail.com>",
25 "license": "MIT",
26 "main": "cjs/index.js",
27 "module": "esm/index.js",
28 "typings": "typings/index.d.ts",
29 "typescript": {
30 "definition": "typings/index.d.ts"
31 },
32 "type": "module",
33 "exports": {
34 ".": {
35 "require": {
36 "types": "./typings/index.d.cts",
37 "default": "./cjs/index.js"
38 },
39 "import": {
40 "types": "./typings/index.d.ts",
41 "default": "./esm/index.js"
42 },
43 "default": {
44 "types": "./typings/index.d.ts",
45 "default": "./esm/index.js"
46 }
47 },
48 "./package.json": "./package.json"
49 }
50}
\No newline at end of file