UNPKG

graphql-yoga

Version:

<div align="center"><img src="./website/public/cover.png" width="720" /></div>

59 lines 1.49 kB
{ "name": "graphql-yoga", "version": "3.7.1-alpha-20230228090537-8a1eab53", "description": "", "sideEffects": false, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0" }, "dependencies": { "@envelop/core": "^3.0.4", "@envelop/validation-cache": "^5.1.2", "@graphql-tools/executor": "^0.0.15", "@graphql-tools/schema": "^9.0.0", "@graphql-tools/utils": "^9.2.1", "@graphql-yoga/subscription": "^3.1.0", "@whatwg-node/fetch": "^0.8.1", "@whatwg-node/server": "^0.7.1", "dset": "^3.1.1", "lru-cache": "^7.14.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" } }