-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 932 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": "hwsc-api-blocks",
"version": "1.0.0",
"description": "The contract for hwsc-gateway-svc to consume other services.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/hwsc-org/hwsc-api-blocks.git"
},
"author": "Conard Faraon",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/hwsc-org/hwsc-api-blocks/issues"
},
"homepage": "/~https://github.com/hwsc-org/hwsc-api-blocks#readme",
"dependencies": {
"@grpc/proto-loader": "^0.5.1",
"google-protobuf": "^3.9.1",
"grpc": "^1.22.2",
"js-base64": "^2.5.1",
"moment": "^2.24.0",
"npm": "^6.10.1"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"ts-protoc-gen": "^0.10.0"
}
}