-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
45 lines (45 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
41
42
43
44
45
{
"name": "mali-examples",
"version": "0.1.0",
"description": "Mali examples",
"author": {
"name": "Bojan D.",
"email": "[email protected]"
},
"dependencies": {
"@grpc/proto-loader": "^0.5.0",
"JSONStream": "^1.3.5",
"ascallback": "^1.1.1",
"async": "^3.1.0",
"bcrypt": "^3.0.6",
"chance": "^1.1.0",
"create-grpc-error": "^0.1.0",
"delay": "^4.3.0",
"destroy": "^1.0.4",
"google-protobuf": "^3.9.1",
"grpc": "^1.23.3",
"highland": "3.0.0-beta.7",
"ioredis": "^4.14.0",
"json-schema-faker": "^0.5.0-rc9",
"lodash": "^4.17.15",
"mali": "^0.19.0",
"mali-apikey": "^0.1.0",
"mali-logger": "^0.2.2",
"mali-tojson": "^0.2.0",
"minimist": "^1.2.3",
"mississippi": "^4.0.0",
"p-finally": "^2.0.0",
"p-times": "^2.1.0",
"pify": "^4.0.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"ava": "^2.3.0",
"grpc-caller": "^0.13.0",
"sprom": "^3.0.0",
"standard": "^14.1.0"
},
"scripts": {
"test-user": "ava user_service/test/*.test.js -v"
}
}