graphql-yoga
Version:
59 lines • 1.54 kB
JSON
{
"name": "graphql-yoga",
"version": "3.0.0-alpha-20221101184927-33ad31da",
"description": "",
"sideEffects": false,
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0"
},
"dependencies": {
"@envelop/core": "3.0.3",
"@envelop/parser-cache": "5.0.3",
"@envelop/validation-cache": "5.0.3",
"@graphql-tools/executor": "^0.0.4",
"@graphql-tools/schema": "^9.0.0",
"@graphql-typed-document-node/core": "^3.1.1",
"@graphql-yoga/subscription": "3.0.0-alpha-20221101184927-33ad31da",
"@whatwg-node/fetch": "0.5.1",
"@whatwg-node/server": "0.4.14",
"dset": "^3.1.1",
"tslib": "^2.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/dotansimha/graphql-yoga.git",
"directory": "packages/graphql-yoga"
},
"keywords": [
"graphql",
"server",
"api",
"graphql-server"
],
"author": "Saihajpreet Singh <saihajpreet.singh@gmail.com> (https://saihaj.dev/)",
"license": "MIT",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./package.json": "./package.json"
}
}