grpc-tads6/package.json

19 lines
390 B
JSON
Raw Permalink Normal View History

2024-06-06 00:46:09 +00:00
{
"name": "grpc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Luiz Picolo <luizpicolo@gmail.com>",
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "^1.10.8",
2024-06-08 00:16:57 +00:00
"@grpc/proto-loader": "^0.7.13",
"moment": "^2.30.1"
2024-06-06 00:46:09 +00:00
}
}