{
  "name": "apollo-server-core",
  "version": "3.9.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 <packages@apollographql.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apollographql/apollo-server/issues"
  },
  "homepage": "https://github.com/apollographql/apollo-server#readme",
  "engines": {
    "node": ">=12.0"
  },
  "dependencies": {
    "@apollo/utils.keyvaluecache": "^1.0.1",
    "@apollo/utils.logger": "^1.0.0",
    "@apollo/utils.usagereporting": "^1.0.0",
    "@apollographql/apollo-tools": "^0.5.3",
    "@apollographql/graphql-playground-html": "1.6.29",
    "@graphql-tools/mock": "^8.1.2",
    "@graphql-tools/schema": "^8.0.0",
    "@josephg/resolvable": "^1.0.0",
    "apollo-datasource": "^3.3.2",
    "apollo-reporting-protobuf": "^3.3.1",
    "apollo-server-env": "^4.2.1",
    "apollo-server-errors": "^3.3.1",
    "apollo-server-plugin-base": "^3.6.1",
    "apollo-server-types": "^3.6.1",
    "async-retry": "^1.2.1",
    "fast-json-stable-stringify": "^2.1.0",
    "graphql-tag": "^2.11.0",
    "loglevel": "^1.6.8",
    "lru-cache": "^6.0.0",
    "sha.js": "^2.4.11",
    "uuid": "^8.0.0",
    "whatwg-mimetype": "^3.0.0"
  },
  "peerDependencies": {
    "graphql": "^15.3.0 || ^16.0.0"
  },
  "gitHead": "36ecbb116cef0b8b62b3ee3b557c4db8c975a406"
}
