{
  "name": "apollo-server-core",
  "version": "2.22.0",
  "description": "Core engine for Apollo GraphQL server",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/apollographql/apollo-server",
    "directory": "packages/apollo-server-core"
  },
  "keywords": [
    "GraphQL",
    "Apollo",
    "Server",
    "Javascript"
  ],
  "author": "Apollo <opensource@apollographql.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apollographql/apollo-server/issues"
  },
  "homepage": "https://github.com/apollographql/apollo-server#readme",
  "engines": {
    "node": ">=6"
  },
  "dependencies": {
    "@apollographql/apollo-tools": "^0.4.3",
    "@apollographql/graphql-playground-html": "1.6.27",
    "@apollographql/graphql-upload-8-fork": "^8.1.3",
    "@josephg/resolvable": "^1.0.0",
    "@types/ws": "^7.0.0",
    "apollo-cache-control": "^0.12.0",
    "apollo-datasource": "^0.8.0",
    "apollo-graphql": "^0.6.0",
    "apollo-reporting-protobuf": "^0.6.2",
    "apollo-server-caching": "^0.6.0",
    "apollo-server-env": "^3.0.0",
    "apollo-server-errors": "^2.4.2",
    "apollo-server-plugin-base": "^0.11.0",
    "apollo-server-types": "^0.7.0",
    "apollo-tracing": "^0.13.0",
    "async-retry": "^1.2.1",
    "fast-json-stable-stringify": "^2.0.0",
    "graphql-extensions": "^0.13.0",
    "graphql-tag": "^2.11.0",
    "graphql-tools": "^4.0.8",
    "loglevel": "^1.6.7",
    "lru-cache": "^6.0.0",
    "sha.js": "^2.4.11",
    "subscriptions-transport-ws": "^0.9.11",
    "uuid": "^8.0.0",
    "ws": "^6.0.0"
  },
  "peerDependencies": {
    "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
  },
  "gitHead": "93499e703a375ff0fbd128138e46b574074b44e6"
}
