{
  "name": "@5minds/processcube_engine_sdk",
  "version": "7.2.0",
  "description": "Software development kit for the Engine.",
  "main": "dist/commonjs/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/5minds/ProcessCube.Engine.SDK.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.Engine.SDK#readme",
  "bugs": {
    "url": "https://github.com/5minds/ProcessCube.Engine.SDK/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "dayjs": "^1.11.18",
    "lodash.clonedeep": "^4.5.0",
    "pino": "^10.0.0",
    "xml2js": "^0.6.2"
  },
  "devDependencies": {
    "@types/express": "^5.0.3",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.7.2",
    "mocha": "^11.7.4",
    "reflect-metadata": "^0.2.2 ",
    "should": "^13.2.3",
    "ts-mocha": "^11.1.0",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "build": "tsc",
    "test": "ts-mocha -p ./tsconfig.json \"./src/**/*.spec.ts\" ./test/**/*.spec.ts --exit",
    "prepare-version": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.SDK- ci_tools prepare-version --allow-dirty-workdir --force",
    "commit-and-tag-version": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.SDK- ci_tools commit-and-tag-version --only-on-primary-branches && CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.SDK- 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.SDK- ci_tools publish-npm-package --create-tag-from-branch-name",
    "add-box-release-tag": "CI_TOOLS_GIT_TAG_PREFIX=ProcessCube.Engine.SDK- VERSION=\"$(ci_tools get-version)\" pnpm dist-tag add @5minds/processcube_engine_sdk@$VERSION $BOX_RELEASE_TAG"
  }
}