{ "name": "@clipboard-health/execution-context", "version": "2.5.13", "description": "A lightweight Node.js utility for managing execution contexts and metadata aggregation using AsyncLocalStorage.", "keywords": [ "async-local-storage", "execution-context", "metadata", "typescript" ], "bugs": "https://github.com/ClipboardHealth/core-utils/issues", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ClipboardHealth/core-utils.git", "directory": "packages/execution-context" }, "type": "commonjs", "main": "./src/index.js", "typings": "./src/index.d.ts", "publishConfig": { "access": "public" }, "dependencies": { "tslib": "2.8.1" } }