UNPKG

grpc-tools-ts

Version:

Generate d.ts definitions for generated js files from grpc_tools_node_protoc

44 lines (43 loc) 1.13 kB
{ "name": "grpc-tools-ts", "version": "2.3.0", "description": "Generate d.ts definitions for generated js files from grpc_tools_node_protoc", "main": "build/index.js", "scripts": { "build": "tsc -p .", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "grpc_tools_node_protoc_ts_plugin": "bin/protoc-gen-ts" }, "repository": { "type": "git", "url": "git+https://github.com/agreatfool/grpc_tools_node_protoc_ts.git" }, "keywords": [ "TypeScript", "gRPC", "protobuf", "protoc", "grpc_tools_node_protoc" ], "author": "Jonathan Dai", "license": "MIT", "bugs": { "url": "https://github.com/agreatfool/grpc_tools_node_protoc_ts/issues" }, "homepage": "https://github.com/agreatfool/grpc_tools_node_protoc_ts#readme", "dependencies": { "google-protobuf": "^3.5.0", "grpc": "^1.9.0", "handlebars": "^4.0.11", "handlebars-helpers": "^0.8.4" }, "devDependencies": { "@types/google-protobuf": "^3.2.7", "@types/handlebars": "^4.0.36", "@types/node": "^9.4.5", "tslint": "^5.9.1", "typescript": "^2.7.2" } }