{ "name": "apollo-server-core", "version": "2.0.0-beta.1", "description": "Core engine for Apollo GraphQL server", "main": "dist/index.js", "scripts": { "compile": "tsc", "watch": "tsc -w", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "https://github.com/apollographql/apollo-server/tree/master/packages/apollo-server-core" }, "keywords": [ "GraphQL", "Apollo", "Server", "Javascript" ], "author": "Jonas Helfer ", "license": "MIT", "bugs": { "url": "https://github.com/apollographql/apollo-server/issues" }, "homepage": "https://github.com/apollographql/apollo-server#readme", "devDependencies": { "@types/fibers": "0.0.30", "@types/graphql": "^0.13.1", "@types/node": "^10.1.2", "@types/ws": "^4.0.2", "apollo-engine": "^1.1.1", "apollo-fetch": "^0.7.0", "fibers": "1.0.15", "graphql-tag": "^2.9.2", "meteor-promise": "0.8.6", "typescript": "2.8.3" }, "peerDependencies": { "graphql": "^0.12.0 || ^0.13.0 || ^14.0.0" }, "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" }, "dependencies": { "apollo-cache-control": "^0.1.1", "apollo-tracing": "^0.1.0", "graphql-extensions": "^0.0.x", "graphql-subscriptions": "^0.5.8", "graphql-tools": "^3.0.2", "subscriptions-transport-ws": "^0.9.9", "ws": "^5.1.1" } }