{
  "name": "@andrew_l/service-actor",
  "version": "0.4.1",
  "description": "Forget about passing data like trace IDs between functions.",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "trace",
    "id",
    "provide",
    "inject",
    "hooks"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/men232/toolkit.git",
    "directory": "packages/service-actor"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.mjs",
      "types": "./dist/index.d.mts"
    }
  },
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@types/node": "22.10.5",
    "obuild": "^0.4.37",
    "typescript": "6.0.3",
    "vitest": "^3.2.4"
  },
  "dependencies": {
    "@andrew_l/context": "0.4.1",
    "@andrew_l/toolkit": "0.4.1"
  },
  "scripts": {
    "check-types": "tsc --noEmit",
    "build": "obuild",
    "test": "vitest run --typecheck",
    "test:watch": "vitest watch --typecheck"
  }
}