UNPKG

1.13 kBJSONView Raw
1{
2 "name": "@graphql-yoga/plugin-apq",
3 "version": "1.5.0-alpha-20230131141722-c506efa8",
4 "description": "APQ plugin for GraphQL Yoga.",
5 "peerDependencies": {
6 "@graphql-tools/utils": "^9.0.1",
7 "graphql-yoga": "3.5.0-alpha-20230131141722-c506efa8"
8 },
9 "dependencies": {
10 "@whatwg-node/fetch": "^0.6.5",
11 "tiny-lru": "^10.0.0"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/dotansimha/graphql-yoga.git",
16 "directory": "packages/plugins/apq"
17 },
18 "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
19 "license": "MIT",
20 "main": "cjs/index.js",
21 "module": "esm/index.js",
22 "typings": "typings/index.d.ts",
23 "typescript": {
24 "definition": "typings/index.d.ts"
25 },
26 "type": "module",
27 "exports": {
28 ".": {
29 "require": {
30 "types": "./typings/index.d.cts",
31 "default": "./cjs/index.js"
32 },
33 "import": {
34 "types": "./typings/index.d.ts",
35 "default": "./esm/index.js"
36 },
37 "default": {
38 "types": "./typings/index.d.ts",
39 "default": "./esm/index.js"
40 }
41 },
42 "./package.json": "./package.json"
43 }
44}
\No newline at end of file