UNPKG

1.14 kBJSONView Raw
1{
2 "name": "@graphql-yoga/plugin-defer-stream",
3 "version": "1.0.0-alpha-20221102190102-4116dba1",
4 "description": "Defer/Stream plugin for GraphQL Yoga.",
5 "peerDependencies": {
6 "graphql": "^15.2.0 || ^16.0.0",
7 "graphql-yoga": "3.0.0-alpha-20221102190102-4116dba1"
8 },
9 "dependencies": {
10 "@graphql-tools/utils": "^9.0.1"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/dotansimha/graphql-yoga.git",
15 "directory": "packages/plugins/defer"
16 },
17 "author": "Saihajpreet Singh <saihajpreet.singh@gmail.com>",
18 "license": "MIT",
19 "main": "cjs/index.js",
20 "module": "esm/index.js",
21 "typings": "typings/index.d.ts",
22 "typescript": {
23 "definition": "typings/index.d.ts"
24 },
25 "type": "module",
26 "exports": {
27 ".": {
28 "require": {
29 "types": "./typings/index.d.cts",
30 "default": "./cjs/index.js"
31 },
32 "import": {
33 "types": "./typings/index.d.ts",
34 "default": "./esm/index.js"
35 },
36 "default": {
37 "types": "./typings/index.d.ts",
38 "default": "./esm/index.js"
39 }
40 },
41 "./package.json": "./package.json"
42 }
43}
\No newline at end of file