{
  "name": "@shadow-library/common",
  "type": "module",
  "version": "1.6.4",
  "description": "Essential TypeScript utilities for task management, HTTP clients, caching, logging, configuration, and error handling in the Shadow Library ecosystem",
  "sideEffects": false,
  "engines": {
    "node": ">=23.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/shadow-library/common.git"
  },
  "author": "Leander Paul <leanderpaul97@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/shadow-library/common/issues"
  },
  "homepage": "https://github.com/shadow-library/common#readme",
  "peerDependencies": {
    "reflect-metadata": "^0.2.2"
  },
  "dependencies": {
    "@aws-sdk/client-cloudwatch-logs": "^3.734.0",
    "@colors/colors": "^1.6.0",
    "chokidar": "^5.0.0",
    "deepmerge": "^4.3.1",
    "fast-redact": "^3.5.0",
    "type-fest": "^4.40.0",
    "undici": "^7.10.0",
    "winston": "^3.17.0",
    "winston-transport": "^4.9.0"
  },
  "main": "./cjs/index.js",
  "module": "./esm/index.js",
  "types": "./esm/index.d.ts",
  "exports": {
    ".": {
      "import": "./esm/index.js",
      "require": "./cjs/index.js"
    }
  }
}