{ "name": "graphql-server-restify", "version": "0.8.5", "description": "Production-ready Node.js GraphQL server for Restify", "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-restify" }, "keywords": [ "GraphQL", "Apollo", "Server", "Restify", "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.8.5", "graphql-server-module-graphiql": "^0.8.5" }, "devDependencies": { "@types/restify": "^4.3.2", "graphql-server-integration-testsuite": "^0.8.5", "restify": "^4.3.0" }, "peerDependencies": { "graphql": "^0.9.0 || ^0.10.1" }, "optionalDependencies": { "@types/graphql": "^0.9.1", "@types/restify": "^4.3.2" }, "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" } }