mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-04 20:48:59 +00:00
* GRPC implementation for Typescript * Fixes a couple of issues * Finished implementing the typescript support for grpc * Updated generated code * Fixes CI
10 lines
165 B
JSON
10 lines
165 B
JSON
{
|
|
"name": "flatbuffers-js-grpc",
|
|
"version": "1.0.0",
|
|
"author": "mustii@mmk.one",
|
|
"dependencies": {
|
|
"flatbuffers": "^1.12.0",
|
|
"grpc": "^1.24.3"
|
|
}
|
|
}
|