trooba-grpc-transport
Version:
gRPC transport for trooba pipeline
51 lines (50 loc) • 1.27 kB
JSON
{
"name": "trooba-grpc-transport",
"version": "1.2.0",
"description": "gRPC transport for trooba pipeline",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test",
"test-coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trooba/trooba-grpc-transport.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"grpc",
"service",
"trooba",
"transport",
"pipeline"
],
"author": "Dmytro Semenov <dimichsdg@yahoo.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trooba/trooba-grpc-transport/issues"
},
"homepage": "https://github.com/trooba/trooba-grpc-transport#readme",
"devDependencies": {
"async": "^2.1.2",
"istanbul": "^0.4.5",
"mocha": "^5.0.1",
"path-to-regexp": "^2.0.0",
"trooba": "^2",
"snyk": "^1.316.1"
},
"dependencies": {
"grpc": "^1.24.10",
"hoek": "^6.1.3",
"lodash": "^4.17.15",
"trooba-streaming": "^0.1"
},
"snyk": true
}