46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "@temporalio/client",
|
|
"version": "1.16.2",
|
|
"description": "Temporal.io SDK Client sub-package",
|
|
"main": "lib/index.js",
|
|
"types": "./lib/index.d.ts",
|
|
"keywords": [
|
|
"temporal",
|
|
"workflow",
|
|
"client"
|
|
],
|
|
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@grpc/grpc-js": "^1.12.4",
|
|
"abort-controller": "^3.0.0",
|
|
"long": "^5.2.3",
|
|
"uuid": "^11.1.0",
|
|
"@temporalio/proto": "1.16.2",
|
|
"@temporalio/common": "1.16.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/uuid": "^9.0.7",
|
|
"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"
|
|
],
|
|
"engines": {
|
|
"node": ">= 20.0.0"
|
|
},
|
|
"scripts": {}
|
|
} |