{
  "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"
  }
}