Files
flatbuffers/grpc/examples/ts/greeter/package.json
mustiikhalil fbcb3c4236 [TS/JS] Updates the grpc (#6654)
* Updates go lang support to allow other languages to communicate with it

* Update js grpc lib to use grpc-js

Reformat code
2021-05-20 11:34:17 -07:00

15 lines
300 B
JSON

{
"name": "flatbuffers-js-grpc",
"version": "1.0.0",
"author": "mustii@mmk.one",
"scripts": {
"build": "npm install && tsc",
"client": "node dist/client.js",
"server": "node dist/server.js"
},
"dependencies": {
"@grpc/grpc-js": "^1.3.2",
"flatbuffers": "^2.0.0"
}
}