-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 848 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 848 Bytes
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
{
"name": "clrouter",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start:server": "babel-node -- ./server.js",
"buildproto": "protoc --js_out=protobuild --plugin=protoc-gen-grpc=`which grpc_tools_node_protoc_plugin ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@grpc/grpc-js": "^0.3.6",
"@grpc/proto-loader": "^0.4.0",
"eventstore": "^1.14.4",
"express": "^4.16.4",
"google-protobuf": "^3.7.1",
"grpc": "^1.19.0",
"mali": "^0.14.0",
"pbf": "^3.2.0",
"protobufjs": "^6.8.8"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.4.3",
"grpc-tools": "^1.7.2",
"replace-in-file": "^3.4.4"
}
}