UNPKG

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