feat(grpc): add npm package, update Node.js & TypeScript gRPC code and gen scripts

This commit is contained in:
Nex
2020-11-17 00:43:10 +08:00
parent 0845a71aba
commit a6d6428393
4 changed files with 2903 additions and 59 deletions

20
grpc/package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "@bdledger/api-grpc",
"version": "0.0.1-alpha.0",
"description": "BDLedger gRPC API for Node.js",
"private": true,
"repository": {
"type": "git",
"url": "ssh://vcs@phabricator.internetapi.cn/source/bdledger-apis.git"
},
"keywords": [
"BDLedger",
"API",
"gRPC",
"Node.js"
],
"devDependencies": {
"grpc-tools": "^1.9.1",
"grpc_tools_node_protoc_ts": "^5.0.1"
}
}