@wolfcoded/nestjs-bufconnect
Version:
NestJs BufConnect is a custom transport strategy for NestJs microservices that integrates with the Buf's gRPC implementation.
46 lines (45 loc) • 1.18 kB
JSON
{
"name": "@wolfcoded/nestjs-bufconnect",
"description": "NestJs BufConnect is a custom transport strategy for NestJs microservices that integrates with the Buf's gRPC implementation.",
"version": "1.0.0-beta.4",
"author": "Patrick Wolf <patrick.wolf@wisewolf.ai>",
"publishConfig": {
"access": "public"
},
"main": "index.cjs",
"module": "index.js",
"types": "index.d.ts",
"dependencies": {
"@bufbuild/protobuf": "^1.7.2",
"@connectrpc/connect": "^1.4.0",
"@connectrpc/connect-node": "^1.4.0"
},
"peerDependencies": {
"@nestjs/common": "^9.0.0 || ^10.0.0",
"@nestjs/core": "^9.0.0 || ^10.0.0",
"@nestjs/microservices": "^9.0.0 || ^10.0.0",
"@nestjs/platform-express": "^9.0.0 || ^10.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.2.0"
},
"license": "MIT",
"keywords": [
"gRPC",
"bufbuild",
"nestjs",
"microservices",
"bufconnect"
],
"files": [
"*.js",
"*.cjs",
"*.d.ts"
],
"bugs": {
"url": "https://github.com/wisewolf-oss/nestjs-bufconnect/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/wisewolf-oss/nestjs-bufconnect.git"
}
}