UNPKG

@temporalio/workflow

Version:
53 lines 1.19 kB
{ "name": "@temporalio/workflow", "version": "1.17.2", "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", "ava": { "timeout": "60s", "concurrency": 1, "workerThreads": false }, "dependencies": { "nexus-rpc": "^0.0.2", "@temporalio/proto": "1.17.2", "@temporalio/common": "1.17.2" }, "devDependencies": { "ava": "^5.3.1", "source-map": "^0.7.4" }, "publishConfig": { "access": "public" }, "engines": { "node": ">= 20.0.0" }, "files": [ "src", "lib", "!src/__tests__", "!lib/__tests__" ], "scripts": { "build": "tsc --build", "test": "ava ./lib/__tests__/test-*.js" } }