forked from malijs/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.19 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
46
47
48
49
50
51
52
{
"name": "mali-examples",
"version": "0.1.0",
"description": "Mali examples",
"author": {
"name": "Bojan D.",
"email": "[email protected]"
},
"dependencies": {
"JSONStream": "^1.3.5",
"ascallback": "^1.1.1",
"async": "^2.6.1",
"babel-preset-es2017": "^6.16.0",
"babel-register": "^6.18.0",
"bcrypt": "^3.0.2",
"chance": "^1.0.18",
"create-grpc-error": "^0.1.0",
"destroy": "^1.0.4",
"google-protobuf": "^3.6.1",
"grpc": "^1.16.1",
"highland": "^3.0.0-beta.7",
"ioredis": "^4.2.3",
"json-schema-faker": "^0.5.0-rc9",
"lodash": "^4.17.11",
"mali": "^0.10.0",
"mali-apikey": "^0.1.0",
"mali-logger": "^0.2.2",
"mali-tojson": "^0.2.0",
"minimist": "^1.2.0",
"mississippi": "^3.0.0",
"p-finally": "^1.0.0",
"p-times": "^1.0.1",
"pify": "^3.0.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@grpc/proto-loader": "^0.3.0",
"async-to-gen": "^1.4.0",
"ava": "^0.25.0",
"grpc-caller": "^0.11.0",
"sprom": "^3.0.0",
"standard": "^12.0.1"
},
"scripts": {
"test-user": "ava user_service/test/*.test.js -v"
},
"ava": {
"require": [
"async-to-gen/register"
]
}
}