@temporalio/testing
Version:
Temporal.io SDK Testing sub-package
42 lines (41 loc) • 1.1 kB
JSON
{
"name": "@temporalio/testing",
"version": "1.11.8",
"description": "Temporal.io SDK Testing sub-package",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"temporal",
"workflow",
"testing"
],
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
"license": "MIT",
"dependencies": {
"@temporalio/activity": "1.11.8",
"@temporalio/client": "1.11.8",
"@temporalio/common": "1.11.8",
"@temporalio/core-bridge": "1.11.8",
"@temporalio/proto": "1.11.8",
"@temporalio/worker": "1.11.8",
"@temporalio/workflow": "1.11.8",
"abort-controller": "^3.0.0"
},
"bugs": {
"url": "https://github.com/temporalio/sdk-typescript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/temporalio/sdk-typescript.git",
"directory": "packages/testing"
},
"homepage": "https://github.com/temporalio/sdk-typescript/tree/main/packages/testing",
"files": [
"lib",
"src"
],
"publishConfig": {
"access": "public"
},
"gitHead": "0a757c370012d89babb668fbd799d83b55c83a1b"
}