mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-24 06:34:06 -04:00
16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"name": "grpc-demo",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@grpc/proto-loader": "^0.5.3",
|
|
"grpc": "^1.24.9"
|
|
}
|
|
}
|