UNPKG

1.38 kBJSONView Raw
1{
2 "name": "@graphql-yoga/render-graphiql",
3 "version": "3.0.0-alpha-20221005020739-84606906",
4 "description": "",
5 "peerDependencies": {
6 "graphql-yoga": "3.0.0-alpha-20221005020739-84606906"
7 },
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/dotansimha/graphql-yoga.git",
11 "directory": "packages/render-graphiql"
12 },
13 "keywords": [
14 "graphql",
15 "server",
16 "api",
17 "graphql-server"
18 ],
19 "author": "Laurin Quast <laurinquast@googlemail.com>",
20 "license": "MIT",
21 "main": "cjs/index.js",
22 "module": "esm/index.js",
23 "typings": "typings/index.d.ts",
24 "typescript": {
25 "definition": "typings/index.d.ts"
26 },
27 "type": "module",
28 "exports": {
29 ".": {
30 "require": {
31 "types": "./typings/index.d.cts",
32 "default": "./cjs/index.js"
33 },
34 "import": {
35 "types": "./typings/index.d.ts",
36 "default": "./esm/index.js"
37 },
38 "default": {
39 "types": "./typings/index.d.ts",
40 "default": "./esm/index.js"
41 }
42 },
43 "./*": {
44 "require": {
45 "types": "./typings/*.d.cts",
46 "default": "./cjs/*.js"
47 },
48 "import": {
49 "types": "./typings/*.d.ts",
50 "default": "./esm/*.js"
51 },
52 "default": {
53 "types": "./typings/*.d.ts",
54 "default": "./esm/*.js"
55 }
56 },
57 "./package.json": "./package.json"
58 }
59}
\No newline at end of file