{
  "name": "@temporalio/worker",
  "version": "1.16.0",
  "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",
    "abort-controller": "^3.0.0",
    "heap-js": "^2.6.0",
    "memfs": "^4.6.0",
    "nexus-rpc": "^0.0.2",
    "proto3-json-serializer": "^2.0.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.104.1",
    "@temporalio/activity": "1.16.0",
    "@temporalio/client": "1.16.0",
    "@temporalio/nexus": "1.16.0",
    "@temporalio/common": "1.16.0",
    "@temporalio/proto": "1.16.0",
    "@temporalio/workflow": "1.16.0",
    "@temporalio/core-bridge": "1.16.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": ">= 20.0.0"
  }
}