forked from dapr/js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 831 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
35
36
{
"name": "dapr-client",
"version": "0.5.0-preview01",
"description": "Client for dapr, a distributed systems runtime. https://dapr.io",
"main": "src/index.js",
"types": "src/main.d.ts",
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dapr/js-sdk.git"
},
"keywords": [
"distributed",
"systems",
"kubernetes",
"containers"
],
"author": "dapr.io",
"license": "MIT",
"bugs": {
"url": "https://github.com/dapr/js-sdk/issues"
},
"homepage": "https://dapr.io",
"dependencies": {
"google-protobuf": "^3.11.0",
"grpc": "^1.24.0"
},
"devDependencies": {
"eslint": "^7.0.0",
"grpc-tools": "^1.8.1",
"grpc_tools_node_protoc_ts": "^3.0.0"
}
}