-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 849 Bytes
/
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
{
"name": "grpc-ts",
"version": "1.0.0",
"description": "build typescript gRPC environment",
"main": "index.js",
"scripts": {
"build": "webpack",
"update_proto": "./scripts/update_proto"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sat0yu/grpc-ts.git"
},
"author": "sat0yu",
"license": "ISC",
"bugs": {
"url": "https://github.com/sat0yu/grpc-ts/issues"
},
"homepage": "https://github.com/sat0yu/grpc-ts#readme",
"devDependencies": {
"@types/google-protobuf": "^3.2.7",
"google-protobuf": "^3.7.1",
"grpc-tools": "^1.7.3",
"grpc_tools_node_protoc_ts": "^2.5.0",
"ts-loader": "^5.4.4",
"typescript": "^3.4.5",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"grpc": "^1.20.0"
}
}