{
  "name": "grpc-ts-protoc-gen",
  "version": "0.1.1",
  "description": "Protoc Plugin for TypeScript Declarations for gRPC",
  "scripts": {
    "lint": "tslint src/**/*.ts && (cd test && npm run lint)",
    "lint:fix": "npm run lint -- --fix && (cd test && npm run lint:fix)",
    "clean": "rm -rf lib",
    "build": "npm run clean && tsc",
    "test": "npm run lint && npm run build && (cd test && npm run test)",
    "prepublishOnly": "npm run build"
  },
  "bin": {
    "protoc-gen-grpc-ts": "bin/protoc-gen-grpc-ts"
  },
  "repository": "https://github.com/koesie10/ts-grpc-protoc-gen",
  "keywords": [
    "protobuf",
    "protoc",
    "typescript",
    "ts",
    "grpc",
    "service",
    "proto3"
  ],
  "contributors": [
    "Improbable",
    "Koen Vlaswinkel"
  ],
  "license": "Apache-2.0",
  "dependencies": {
    "google-protobuf": "^3.5.0"
  },
  "devDependencies": {
    "@types/chai": "^3.5.2",
    "@types/google-protobuf": "^3.2.7",
    "@types/lodash": "^4.14.106",
    "@types/mocha": "^2.2.46",
    "@types/node": "^7.0.52",
    "@types/protobufjs": "^6.0.0",
    "babel": "^6.5.2",
    "chai": "^3.5.0",
    "grpc": "^1.11.3",
    "grpc-tools": "^1.6.6",
    "lodash": "^4.17.5",
    "lodash.isequal": "^4.5.0",
    "mocha": "^3.5.3",
    "rimraf": "^2.6.2",
    "source-map-support": "^0.4.18",
    "ts-protoc-gen": "^0.6.0",
    "tslint": "^5.9.1",
    "typescript": "^2.7.2"
  }
}
