{
  "name": "@pionerlabs/grpc-interceptors",
  "version": "0.2.5",
  "scripts": {
    "test": "jest",
    "lint": "eslint . --fix",
    "depcheck": "depcheck --ignores=eslint-config-plugin:*"
  },
  "jest": {
    "testURL": "http://localhost"
  },
  "dependencies": {
    "zipkin": "^0.12.0",
    "zipkin-transport-http": "^0.12.0"
  },
  "devDependencies": {
    "depcheck": "^0.6.9",
    "eslint": "^4.14.0",
    "eslint-plugin-jest": "^21.15.1",
    "jest": "^22.4.3",
    "nock": "^9.2.5",
    "protobufjs": "^6.8.6"
  },
  "peerDependencies": {
    "grpc": "^1.17.0"
  },
  "main": "index.js",
  "typings": "./index.d.ts",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/echo-health/node-grpc-interceptors.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/echo-health/node-grpc-interceptors/issues"
  },
  "homepage": "https://github.com/echo-health/node-grpc-interceptors#readme",
  "description": ""
}
