{
  "name": "@temporalio/workflow",
  "version": "1.17.0",
  "description": "Temporal.io SDK Workflow sub-package",
  "keywords": [
    "temporal",
    "workflow",
    "isolate"
  ],
  "bugs": {
    "url": "https://github.com/temporalio/sdk-typescript/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/temporalio/sdk-typescript.git",
    "directory": "packages/workflow"
  },
  "homepage": "https://github.com/temporalio/sdk-typescript/tree/main/packages/workflow",
  "license": "MIT",
  "author": "Temporal Technologies Inc. <sdk@temporal.io>",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "dependencies": {
    "nexus-rpc": "^0.0.2",
    "@temporalio/proto": "1.17.0",
    "@temporalio/common": "1.17.0"
  },
  "devDependencies": {
    "source-map": "^0.7.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">= 20.0.0"
  },
  "files": [
    "src",
    "lib"
  ],
  "scripts": {}
}