UNPKG

@temporalio/workflow

Version:
40 lines (39 loc) 949 B
{ "name": "@temporalio/workflow", "version": "1.11.8", "description": "Temporal.io SDK Workflow sub-package", "keywords": [ "temporal", "workflow", "isolate" ], "bugs": { "url": "https://github.com/temporalio/sdk-typescript/issues" }, "repository": { "type": "git", "url": "git+https://github.com/temporalio/sdk-typescript.git", "directory": "packages/workflow" }, "homepage": "https://github.com/temporalio/sdk-typescript/tree/main/packages/workflow", "license": "MIT", "author": "Temporal Technologies Inc. <sdk@temporal.io>", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": {}, "dependencies": { "@temporalio/common": "1.11.8", "@temporalio/proto": "1.11.8" }, "devDependencies": { "source-map": "^0.7.4" }, "publishConfig": { "access": "public" }, "files": [ "src", "lib" ], "gitHead": "0a757c370012d89babb668fbd799d83b55c83a1b" }