{
  "name": "apollo-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/apollo-server-restify"
  },
  "keywords": [
    "GraphQL",
    "Apollo",
    "Server",
    "Restify",
    "Javascript"
  ],
  "author": "Jonas Helfer <jonas@helfer.email>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apollographql/apollo-server/issues"
  },
  "homepage": "https://github.com/apollographql/apollo-server#readme",
  "dependencies": {
    "apollo-server-core": "^1.3.1",
    "apollo-server-module-graphiql": "^1.3.0"
  },
  "devDependencies": {
    "@types/graphql": "0.11.7",
    "@types/restify": "5.0.7",
    "apollo-server-integration-testsuite": "^1.3.1",
    "restify": "5.2.1"
  },
  "typings": "dist/index.d.ts",
  "typescript": {
    "definition": "dist/index.d.ts"
  }
}