{
  "name": "grpc-instrumentum",
  "version": "3.1.8",
  "description": "A set of tools to simplify working with protoc",
  "engines": {
    "node": ">=10.10.0"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "bin": {
    "protoc-gen-files": "./src/bin/protoc-gen-files.js",
    "protoc-gen-client": "./src/bin/protoc-gen-client.js",
    "grpc-gen-swagger": "./src/bin/grpc-gen-swagger.js",
    "grpc-gen-js": "./src/bin/grpc-gen-js.js",
    "grpc-gen-ts": "./src/bin/grpc-gen-ts.js",
    "grpc-gen-client": "./src/bin/grpc-gen-client.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/litichevskiydv/grpc-bay.git",
    "directory": "packages/grpc-instrumentum"
  },
  "keywords": [
    "grpc",
    "protoc",
    "proto3"
  ],
  "author": "Dmitriy Litichevskiy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/litichevskiydv/grpc-bay/issues"
  },
  "homepage": "https://github.com/litichevskiydv/grpc-bay/tree/main/packages/grpc-instrumentum#readme",
  "dependencies": {
    "bl": "^6.0.0",
    "camelcase": "^6.3.0",
    "del": "^6.1.1",
    "dot-prop": "^6.0.1",
    "grpc-tools": "^1.12.4",
    "load-json-file": "^6.2.0",
    "make-dir": "^3.1.0",
    "path-key": "^3.1.1",
    "slash": "^3.0.0",
    "ts-protoc-gen": "^0.15.0",
    "yargs": "^17.7.1"
  },
  "gitHead": "15b44bc7c995f825246b76a378684c30b00ec3bd"
}
