UNPKG

1.5 kBJSONView Raw
1{
2 "name": "@graphql-yoga/node",
3 "version": "3.0.0-alpha-20221005020739-84606906",
4 "description": "",
5 "sideEffects": true,
6 "peerDependencies": {
7 "graphql": "^15.2.0 || ^16.0.0"
8 },
9 "dependencies": {
10 "graphql-yoga": "3.0.0-alpha-20221005020739-84606906",
11 "tslib": "^2.3.1"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/dotansimha/graphql-yoga.git",
16 "directory": "packages/node"
17 },
18 "keywords": [
19 "graphql",
20 "server",
21 "api",
22 "graphql-server"
23 ],
24 "author": "Saihajpreet Singh <saihajpreet.singh@gmail.com> (https://saihaj.dev/)",
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 "./*": {
49 "require": {
50 "types": "./typings/*.d.cts",
51 "default": "./cjs/*.js"
52 },
53 "import": {
54 "types": "./typings/*.d.ts",
55 "default": "./esm/*.js"
56 },
57 "default": {
58 "types": "./typings/*.d.ts",
59 "default": "./esm/*.js"
60 }
61 },
62 "./package.json": "./package.json"
63 }
64}
\No newline at end of file