{
  "name": "@warlock.js/context",
  "description": "A simple and unified way to share context using AsyncLocalStorage for the Warlock.js framework",
  "keywords": [
    "warlock",
    "warlockjs",
    "context",
    "async-local-storage",
    "asynclocalstorage",
    "async-context",
    "request-context",
    "nodejs"
  ],
  "author": "hassanzohdy",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/warlockjs/context.git"
  },
  "homepage": "https://github.com/warlockjs/context#readme",
  "bugs": {
    "url": "https://github.com/warlockjs/context/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "version": "4.4.0",
  "main": "./cjs/index.cjs",
  "module": "./esm/index.mjs",
  "types": "./esm/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./esm/index.d.mts",
        "default": "./esm/index.mjs"
      },
      "require": {
        "types": "./esm/index.d.mts",
        "default": "./cjs/index.cjs"
      }
    }
  }
}
