UNPKG

graphql-yoga

Version:

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

62 lines 1.58 kB
{ "name": "graphql-yoga", "version": "5.0.0-rc-20231016132816-021ff90e", "description": "", "sideEffects": false, "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0" }, "dependencies": { "@envelop/core": "^5.0.0", "@graphql-tools/executor": "^1.0.0", "@graphql-tools/schema": "^10.0.0", "@graphql-tools/utils": "^10.0.0", "@graphql-yoga/logger": "2.0.0-rc-20231016132816-021ff90e", "@graphql-yoga/subscription": "5.0.0-rc-20231016132816-021ff90e", "@whatwg-node/fetch": "^0.9.7", "@whatwg-node/server": "^0.9.1", "dset": "^3.1.1", "lru-cache": "^10.0.0", "tslib": "^2.5.2" }, "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", "engines": { "node": ">=18.0.0" }, "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" } }