{
  "name": "graphql-yoga",
  "version": "5.21.0",
  "description": "",
  "sideEffects": false,
  "peerDependencies": {
    "graphql": "^15.2.0 || ^16.0.0"
  },
  "dependencies": {
    "@graphql-tools/executor": "^1.5.0",
    "@graphql-tools/schema": "^10.0.11",
    "@graphql-tools/utils": "^10.11.0",
    "@whatwg-node/fetch": "^0.10.6",
    "@whatwg-node/promise-helpers": "^1.3.2",
    "@whatwg-node/server": "^0.10.14",
    "lru-cache": "^10.0.0",
    "tslib": "^2.8.1",
    "@envelop/core": "^5.5.1",
    "@envelop/instrumentation": "^1.0.0",
    "@graphql-yoga/logger": "^2.0.1",
    "@graphql-yoga/subscription": "^5.0.5"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/graphql-hive/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"
  }
}