{
  "name": "apollo-server-core",
  "version": "3.4.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": ">=12.0"
  },
  "dependencies": {
    "@apollographql/apollo-tools": "^0.5.1",
    "@apollographql/graphql-playground-html": "1.6.29",
    "@graphql-tools/mock": "^8.1.2",
    "@graphql-tools/schema": "^8.0.0",
    "@graphql-tools/utils": "^8.0.0",
    "@josephg/resolvable": "^1.0.0",
    "apollo-datasource": "^3.2.0",
    "apollo-graphql": "^0.9.0",
    "apollo-reporting-protobuf": "^3.1.0",
    "apollo-server-caching": "^3.2.0",
    "apollo-server-env": "^4.1.0",
    "apollo-server-errors": "^3.2.0",
    "apollo-server-plugin-base": "^3.3.0",
    "apollo-server-types": "^3.3.0",
    "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"
  },
  "peerDependencies": {
    "graphql": "^15.3.0"
  },
  "gitHead": "7861ba22c9e4caf037e7a1cec71191b9b0deb71b"
}
