forked from agreatfool/grpc_tools_node_protoc_ts
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"name": "@faire/grpc_tools_node_protoc_ts",
"version": "5.3.4",
"description": "Generate d.ts definitions for generated js files from grpc_tools_node_protoc",
"main": "build/index.js",
"scripts": {
"build": "./node_modules/.bin/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/Faire/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/Faire/grpc_tools_node_protoc_ts/issues"
},
"homepage": "https://github.com/Faire/grpc_tools_node_protoc_ts#readme",
"dependencies": {
"google-protobuf": "3.15.8",
"handlebars": "4.7.7"
},
"devDependencies": {
"@types/google-protobuf": "3.7.4",
"@types/node": "14.14.16",
"tslint": "5.9.1",
"typescript": "4.1.3"
}
}