compose/tests/node-client/package.json

21 lines
469 B
JSON

{
"name": "ts-test-api",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "ts-node -O '{\"module\": \"CommonJS\"}' index.ts",
"prestart": "./build.sh"
},
"dependencies": {
"@grpc/grpc-js": "^1.0.5",
"google-protobuf": "^3.12.2",
"grpc": "^1.24.3",
"grpc-tools": "^1.9.0",
"grpc_tools_node_protoc_ts": "^4.0.0",
"readline": "^1.3.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
}