{
  "name": "grpc-graphql-schema-example-grpc",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "postinstall": "npm run build",
    "build": "bash bash/build.sh",
    "start": "bash bash/server.sh",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "debug": "^4.1.1",
    "google-protobuf": "^3.6.1",
    "grpc": "^1.17.0"
  },
  "devDependencies": {
    "@types/debug": "^0.0.31",
    "@types/google-protobuf": "^3.2.7",
    "@types/node": "^10.12.18",
    "grpc-tools": "^1.6.6",
    "grpc_tools_node_protoc_ts": "^2.4.2",
    "typescript": "^3.2.2"
  }
}
