UNPKG

1.15 kBJSONView Raw
1{
2 "name": "@graphql-yoga/plugin-sofa",
3 "version": "2.0.0-rc-20230524140657-33df2a9e",
4 "description": "",
5 "peerDependencies": {
6 "graphql": "^15.2.0 || ^16.0.0",
7 "graphql-yoga": "4.0.0-rc-20230524140657-33df2a9e"
8 },
9 "dependencies": {
10 "sofa-api": "^0.17.1"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/dotansimha/graphql-yoga.git",
15 "directory": "packages/plugins/sofa"
16 },
17 "keywords": [
18 "graphql",
19 "server",
20 "api",
21 "graphql-server"
22 ],
23 "author": "Arda TANRIKULU <ardatanrikulu@gmail.com>",
24 "license": "MIT",
25 "main": "cjs/index.js",
26 "module": "esm/index.js",
27 "typings": "typings/index.d.ts",
28 "typescript": {
29 "definition": "typings/index.d.ts"
30 },
31 "type": "module",
32 "exports": {
33 ".": {
34 "require": {
35 "types": "./typings/index.d.cts",
36 "default": "./cjs/index.js"
37 },
38 "import": {
39 "types": "./typings/index.d.ts",
40 "default": "./esm/index.js"
41 },
42 "default": {
43 "types": "./typings/index.d.ts",
44 "default": "./esm/index.js"
45 }
46 },
47 "./package.json": "./package.json"
48 }
49}
\No newline at end of file