{ "name": "apollo-server-express", "version": "2.19.0", "description": "Production-ready Node.js GraphQL server for Express and Connect", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/apollographql/apollo-server", "directory": "packages/apollo-server-express" }, "keywords": [ "GraphQL", "Apollo", "Server", "Express", "Connect", "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/graphql-playground-html": "1.6.26", "@types/accepts": "^1.3.5", "@types/body-parser": "1.19.0", "@types/cors": "2.8.8", "@types/express": "4.17.7", "@types/express-serve-static-core": "4.17.13", "accepts": "^1.3.5", "apollo-server-core": "^2.19.0", "apollo-server-types": "^0.6.1", "body-parser": "^1.18.3", "cors": "^2.8.4", "express": "^4.17.1", "graphql-subscriptions": "^1.0.0", "graphql-tools": "^4.0.0", "parseurl": "^1.3.2", "subscriptions-transport-ws": "^0.9.16", "type-is": "^1.6.16" }, "devDependencies": { "apollo-server-integration-testsuite": "^2.19.0" }, "peerDependencies": { "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0" }, "gitHead": "4c6d16f14ab735ba0361057d75e51adb6790426c" }