UNPKG

@kuflow/kuflow-temporal-worker

Version:

Worker library used by KuFlow SDKs and Temporal.

44 lines (43 loc) 1.08 kB
{ "name": "@kuflow/kuflow-temporal-worker", "version": "3.1.0", "description": "Worker library used by KuFlow SDKs and Temporal.", "keywords": [ "node", "typescript", "kuflow", "workflows", "temporalio" ], "homepage": "https://github.com/kuflow/kuflow-sdk-js", "bugs": { "url": "https://github.com/kuflow/kuflow-sdk-js/issues" }, "repository": { "type": "git", "url": "https://github.com/kuflow/kuflow-sdk-js.git" }, "license": "MIT", "author": "KuFlow S.L. <kuflow@kuflow.com>", "sideEffects": false, "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "src", "lib" ], "scripts": { "build": "npm run build:typescript", "build:typescript": "tsc --build", "build:watch": "npm run clean && npm run build:typescript -- --watch", "clean": "rimraf lib tsconfig.tsbuildinfo" }, "dependencies": { "@kuflow/kuflow-rest": "3.1.0", "@temporalio/worker": "1.11.7" }, "publishConfig": { "access": "public" }, "gitHead": "5c7c00817f89bf43e2e08aff8c94f11152d36298" }