forked from agreatfool/grpc_tools_node_protoc_ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "grpc_tools_node_protoc_ts",
"version": "2.5.0",
"description": "Generate d.ts definitions for generated js files from grpc_tools_node_protoc",
"main": "build/index.js",
"scripts": {
"build": "tsc -p . && cp -r src/lib/template build/lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"protoc-gen-ts": "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.24.0",
"handlebars": "^4.0.11",
"handlebars-helpers": "^0.10.0"
},
"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"
}
}