@temporalio/client
Version:
Temporal.io SDK Client sub-package
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "@temporalio/client",
"version": "1.11.7",
"description": "Temporal.io SDK Client sub-package",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {},
"keywords": [
"temporal",
"workflow",
"client"
],
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "^1.10.7",
"@temporalio/common": "1.11.7",
"@temporalio/proto": "1.11.7",
"abort-controller": "^3.0.0",
"long": "^5.2.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"protobufjs": "^7.2.5"
},
"bugs": {
"url": "https://github.com/temporalio/sdk-typescript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/temporalio/sdk-typescript.git",
"directory": "packages/client"
},
"homepage": "https://github.com/temporalio/sdk-typescript/tree/main/packages/client",
"publishConfig": {
"access": "public"
},
"files": [
"src",
"lib"
],
"gitHead": "44386687128adaf6a284d3c5174181ad86310419"
}