{ "name": "graphql-server-express", "version": "0.6.0", "description": "Production-ready Node.js GraphQL server for Express and Connect", "main": "dist/index.js", "scripts": { "compile": "tsc", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "https://github.com/apollostack/graphql-server/tree/master/packages/graphql-server-express" }, "keywords": [ "GraphQL", "Apollo", "Server", "Express", "Connect", "Javascript" ], "author": "Jonas Helfer ", "license": "MIT", "bugs": { "url": "https://github.com/apollostack/graphql-server/issues" }, "homepage": "https://github.com/apollostack/graphql-server#readme", "dependencies": { "graphql-server-core": "^0.6.0", "graphql-server-module-graphiql": "^0.6.0" }, "devDependencies": { "@types/body-parser": "1.16.1", "@types/connect": "^3.4.30", "@types/express": "^4.0.35", "@types/multer": "0.0.33", "body-parser": "^1.16.0", "connect": "^3.5.0", "connect-query": "^1.0.0", "express": "^4.14.0", "graphql-server-integration-testsuite": "^0.6.0", "multer": "^1.2.1" }, "peerDependencies": { "graphql": "^0.8.0 || ^0.9.0" }, "optionalDependencies": { "@types/express": "^4.0.35", "@types/graphql": "^0.8.6" }, "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" } }