forked from camunda-community-hub/zeebe-affinity-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 954 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
{
"name": "zeebe-node-affinity",
"version": "0.18.5",
"description": "Zeebe node client and affinity service to communicate workflow outcome to its initiator via a web socket subscription",
"main": "dst/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwulf/zeebe-affinity-service.git"
},
"keywords": [],
"author": "Josh Wulf <josh.wulf@camunda.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/jwulf/zeebe-affinity-service/issues"
},
"homepage": "https://github.com/jwulf/zeebe-affinity-service#readme",
"dependencies": {
"@types/promise-retry": "^1.1.3",
"@types/redis": "^2.8.27",
"@types/uuid": "^3.4.5",
"@types/ws": "^6.0.1",
"dayjs": "^1.8.15",
"promise-retry": "^1.1.1",
"redis": "^3.0.2",
"uuid": "^3.3.2",
"ws": "^7.1.0",
"zeebe-node": "^0.24.0"
}
}