{
  "__DEPENDENCY_INFORMATION__": {
    "bufferutil": "Not used by the client directly, but a requirement of the 'ws' sub-dependency. Since it is not available in the browser, the client would be unusable for the APP SDK, if we did not install it explicitly here",
    "utf-8-validate": "Not used by the client directly, but a requirement of the 'ws' sub-dependency. Since it is not available in the browser, the client would be unusable for the APP SDK, if we did not install it explicitly here"
  },
  "name": "@5minds/processcube_engine_client",
  "version": "6.2.1",
  "description": "Contains a typescript based client for accessing the Engine.",
  "main": "dist/commonjs/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/5minds/ProcessCube.Client.ts.git"
  },
  "author": {
    "name": "ProcessCube UG (haftungsbeschränkt)",
    "email": "info@processcube.io",
    "url": "https://processcube.io/"
  },
  "maintainers": [
    "Martin Moellenbeck <mm@processcube.io>",
    "Robin Lenz <rl@processcube.io>",
    "Cuby ProcessCube <cuby@processcube.io>"
  ],
  "license": "MIT",
  "homepage": "https://github.com/5minds/ProcessCube.Client.ts#readme",
  "bugs": {
    "url": "https://github.com/5minds/ProcessCube.Client.ts/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "async-lock": "^1.4.1",
    "bufferutil": "4.0.9",
    "cross-fetch": "4.1.0",
    "dayjs": "^1.11.18",
    "openid-client": "^6.8.1",
    "socket.io-client": "4.8.1",
    "utf-8-validate": "5.0.10",
    "uuid": "^13.0.0",
    "@5minds/processcube_engine_sdk": "7.2.0"
  },
  "devDependencies": {
    "@types/node": "^24.7.2",
    "typescript": "^5.9.3",
    "why-is-node-running": "^3.2.2"
  },
  "scripts": {
    "build": "tsc",
    "build:test": "tsc --project tsconfig.tests.json",
    "test": "node ./dist_test/commonjs/test/smoke-test.js",
    "prepare-version": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.Client.ts- ci_tools prepare-version --allow-dirty-workdir --force",
    "commit-and-tag-version": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.Client.ts- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.Client.ts- ci_tools update-github-release --only-on-primary-branches --use-title-and-text-from-git-tag",
    "publish-npm-package": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.Client.ts- ci_tools publish-npm-package --create-tag-from-branch-name",
    "add-box-release-tag": "./scripts/add-box-release-tag.sh"
  }
}