{
  "name": "@nimbus/grpc",
  "version": "1.0.28-alpha.0",
  "description": "A grpc client with batteries included.",
  "main": "dist/index.js",
  "author": "Fabrizio Fenoglio / Michael Donat",
  "license": "MIT",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "test": "jest"
  },
  "dependencies": {
    "@nimbus/core": "^1.0.23-alpha.0",
    "@nimbus/operational": "^1.0.24-alpha.0",
    "@repeaterjs/repeater": "^2.0.0",
    "@types/lodash.merge": "^4.6.6",
    "grpc": "^1.24.1",
    "lodash.merge": "^4.6.2",
    "prom-client": "^11.5.3",
    "rxjs": "^6.5.3"
  },
  "devDependencies": {
    "@types/jest": "^24.0.19",
    "grpc-mock": "^0.7.0",
    "grpc-tools": "^1.8.0",
    "grpc_tools_node_protoc_ts": "^2.5.5",
    "jest": "^24.9.0",
    "kill-port": "^1.6.0",
    "portfinder": "^1.0.25",
    "ts-jest": "^24.1.0",
    "typescript": "^3.7.3"
  },
  "gitHead": "b09d845f98aa0c7179b66fc05cfb9288d6b457e6"
}
