@temporalio/worker
Version:
Temporal.io SDK Worker sub-package
60 lines (59 loc) • 1.51 kB
JSON
{
"name": "@temporalio/worker",
"version": "1.12.1",
"description": "Temporal.io SDK Worker sub-package",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"keywords": [
"temporal",
"workflow",
"worker",
"isolate"
],
"author": "Temporal Technologies Inc. <sdk@temporal.io>",
"license": "MIT",
"dependencies": {
"@grpc/grpc-js": "^1.12.4",
"@swc/core": "^1.3.102",
"@temporalio/activity": "1.12.1",
"@temporalio/client": "1.12.1",
"@temporalio/common": "1.12.1",
"@temporalio/core-bridge": "1.12.1",
"@temporalio/proto": "1.12.1",
"@temporalio/workflow": "1.12.1",
"abort-controller": "^3.0.0",
"heap-js": "^2.3.0",
"memfs": "^4.6.0",
"protobufjs": "^7.2.5",
"rxjs": "^7.8.1",
"source-map": "^0.7.4",
"source-map-loader": "^4.0.2",
"supports-color": "^8.1.1",
"swc-loader": "^0.2.3",
"unionfs": "^4.5.1",
"webpack": "^5.94.0"
},
"devDependencies": {
"@types/supports-color": "^8.1.3"
},
"bugs": {
"url": "https://github.com/temporalio/sdk-typescript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/temporalio/sdk-typescript.git",
"directory": "packages/worker"
},
"homepage": "https://github.com/temporalio/sdk-typescript/tree/main/packages/worker",
"publishConfig": {
"access": "public"
},
"files": [
"src",
"lib"
],
"engines": {
"node": ">= 18.0.0"
},
"gitHead": "0e30a8f5a56dceb20fe623e0fa0b329a32b5f117"
}