27 lines
597 B
JSON
27 lines
597 B
JSON
{
|
|
"name": "javascript",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "example.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@bufbuild/buf": "^1.14.0-1",
|
|
"@grpc/grpc-js": "^1.8.10",
|
|
"@improbable-eng/grpc-web": "^0.15.0",
|
|
"@types/node": "^18.14.0",
|
|
"fs": "^0.0.1-security",
|
|
"install": "^0.13.0",
|
|
"npm": "^9.5.0",
|
|
"ts-protoc-gen": "^0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"grpc_tools_node_protoc_ts": "^5.3.3",
|
|
"grpc-tools": "^1.12.4"
|
|
}
|
|
}
|