{ "name": "apollo-server-core", "version": "2.26.2", "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 ", "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.5.0", "@apollographql/graphql-playground-html": "1.6.27", "@apollographql/graphql-upload-8-fork": "^8.1.4", "@josephg/resolvable": "^1.0.0", "@types/ws": "^7.0.0", "apollo-cache-control": "^0.15.0", "apollo-datasource": "^0.10.0", "apollo-graphql": "^0.9.0", "apollo-reporting-protobuf": "^0.8.0", "apollo-server-caching": "^0.7.0", "apollo-server-env": "^3.2.0", "apollo-server-errors": "^2.5.0", "apollo-server-plugin-base": "^0.14.0", "apollo-server-types": "^0.10.0", "apollo-tracing": "^0.16.0", "async-retry": "^1.2.1", "fast-json-stable-stringify": "^2.0.0", "graphql-extensions": "^0.16.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.19", "uuid": "^8.0.0" }, "peerDependencies": { "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" }, "gitHead": "8fbc66cded6549d5a61433c9fed26775e60e0648" }