UNPKG

1.12 kBJSONView Raw
1{
2 "name": "graphql-yoga",
3 "version": "2.8.0",
4 "description": "",
5 "peerDependencies": {
6 "graphql": "^15.2.0 || ^16.0.0"
7 },
8 "dependencies": {
9 "@graphql-tools/code-file-loader": "^7.2.3",
10 "@graphql-tools/mock": "^8.6.3",
11 "@graphql-yoga/node": "2.8.0",
12 "graphql-config": "^4.1.0",
13 "tslib": "^2.3.1",
14 "yargs": "^17.3.0"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/dotansimha/graphql-yoga.git",
19 "directory": "packages/graphql-yoga"
20 },
21 "keywords": [
22 "graphql",
23 "server",
24 "api",
25 "graphql-server"
26 ],
27 "author": "Saihajpreet Singh <saihajpreet.singh@gmail.com> (https://saihaj.dev/)",
28 "license": "MIT",
29 "main": "index.js",
30 "module": "index.mjs",
31 "typings": "index.d.ts",
32 "typescript": {
33 "definition": "index.d.ts"
34 },
35 "exports": {
36 ".": {
37 "require": "./index.js",
38 "import": "./index.mjs"
39 },
40 "./*": {
41 "require": "./*.js",
42 "import": "./*.mjs"
43 },
44 "./package.json": "./package.json"
45 },
46 "bin": {
47 "gql-yoga": "bin.js",
48 "graphql-yoga": "bin.js",
49 "yoga": "bin.js"
50 }
51}