{ "name": "graphql-server-restify", "version": "1.3.1", "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/apollographql/apollo-server/tree/master/packages/graphql-server-restify" }, "keywords": [ "GraphQL", "Apollo", "Server", "Restify", "Javascript" ], "author": "Jonas Helfer ", "license": "MIT", "bugs": { "url": "https://github.com/apollographql/apollo-server/issues" }, "homepage": "https://github.com/apollographql/apollo-server#readme", "dependencies": { "apollo-server-restify": "^1.3.1" }, "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" } }