{
  "name": "koa-graphql",
  "version": "0.12.0",
  "description": "Production ready GraphQL Koa middleware.",
  "contributors": [
    "Lee Byron <lee@leebyron.com> (https://leebyron.com/)",
    "Daniel Schafer <dschafer@fb.com>",
    "C.T. Lin <chentsulin@gmail.com>"
  ],
  "license": "MIT",
  "main": "index.js",
  "types": "index.d.ts",
  "typesVersions": {
    "<3.8": {
      "*": [
        "ts3.4/*"
      ]
    }
  },
  "sideEffects": false,
  "homepage": "https://github.com/graphql-community/koa-graphql",
  "bugs": {
    "url": "https://github.com/graphql-community/koa-graphql/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/graphql-community/koa-graphql.git"
  },
  "keywords": [
    "koa",
    "http",
    "graphql",
    "middleware",
    "api"
  ],
  "engines": {
    "node": ">= 10.x"
  },
  "dependencies": {
    "@types/koa": "^2.13.4",
    "express-graphql": "0.12.0",
    "http-errors": "^1.7.3"
  },
  "peerDependencies": {
    "graphql": "^14.7.0 || ^15.3.0"
  }
}