compose/tests/node-client/package.json

19 lines
376 B
JSON

{
"name": "ts-test-api",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "ts-node index.ts",
"prestart": "./build.sh"
},
"dependencies": {
"@grpc/grpc-js": "^1.0.3",
"grpc": "^1.24.2",
"grpc-tools": "^1.8.1",
"grpc_tools_node_protoc_ts": "^3.0.0",
"ts-node": "^8.9.1",
"typescript": "^3.8.3"
}
}