{
  "name": "grpc-graphql-schema",
  "version": "0.0.9",
  "description": "Convert gRPC proto Definition into GraphQL Schema",
  "main": "lib/index.js",
  "repository": "https://github.com/xanthous-tech/grpc-graphql-schema",
  "author": "Simon Liang <no.lhr0909@gmail.com>",
  "license": "MIT",
  "private": false,
  "scripts": {
    "build": "tsc --project .",
    "start": "node ."
  },
  "devDependencies": {
    "@types/graphql": "^14.0.4",
    "@types/node": "^10.12.18",
    "tslint": "^5.12.1",
    "tslint-config-airbnb": "^5.11.1",
    "typescript": "^3.2.2"
  },
  "peerDependencies": {
    "graphql": "^14.0.2"
  },
  "dependencies": {
    "graphql": "^14.0.2",
    "grpc": "^1.17.0",
    "grpc-caller": "^0.11.0",
    "lodash": "^4.17.11",
    "long": "^4.0.0",
    "protobufjs": "^6.8.8"
  }
}
