UNPKG

protoc-gen-grpc

Version:

Protocol Buffers Compiler (protoc) plugin for generating grpc interfaces in TypeScript..

29 lines (28 loc) 581 B
{ "name": "example", "version": "2.0.1", "description": "gRPC generating example", "engines": { "node": ">=16" }, "main": "index.js", "directories": { "example": "example" }, "scripts": { "build": "sh ./build.sh", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "fengjie", "license": "MIT", "dependencies": { "@grpc/grpc-js": "~1.12.6", "debug": "^4.4.0", "google-protobuf": "~3.21.2" }, "devDependencies": { "@types/debug": "^4.1.12", "@types/node": "^18.19.0", "typescript": "^4.3.2" } }