-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 939 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
37
38
{
"name": "perf-tester",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "docker build -t moleculer/perf-tester:latest . && docker push moleculer/perf-tester:latest"
},
"keywords": [],
"author": "Icebob",
"license": "MIT",
"dependencies": {
"amqplib": "^0.9.1",
"avsc": "^5.7.4",
"cbor-x": "^1.3.0",
"etcd3": "^1.1.0",
"ioredis": "^5.0.5",
"kafka-node": "^5.0.0",
"kleur": "^4.1.4",
"lodash": "^4.17.21",
"moleculer": "^0.14.21",
"mqtt": "^4.3.7",
"msgpack5": "^6.0.0",
"nats": "^2.7.1",
"node-nats-streaming": "^0.3.2",
"notepack.io": "^3.0.1",
"protobufjs": "^6.11.3",
"rhea-promise": "^2.1.0",
"thrift": "^0.16.0",
"tiny-human-time": "^1.2.0"
},
"devDependencies": {
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2"
}
}