{
  "name": "@temporalio/activity",
  "version": "1.16.0",
  "description": "Temporal.io SDK Activity sub-package",
  "main": "lib/index.js",
  "types": "./lib/index.d.ts",
  "keywords": [
    "temporal",
    "workflow",
    "worker",
    "activity"
  ],
  "author": "Temporal Technologies Inc. <sdk@temporal.io>",
  "license": "MIT",
  "dependencies": {
    "abort-controller": "^3.0.0",
    "@temporalio/common": "1.16.0",
    "@temporalio/client": "1.16.0"
  },
  "engines": {
    "node": ">= 20.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/activity"
  },
  "homepage": "https://github.com/temporalio/sdk-typescript/tree/main/packages/activity",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "lib"
  ]
}