{
  "name": "yoyolib",
  "version": "5.0.1",
  "description": "A lightweight Node.js toolkit: logging, i18n, profiler, config, cache, event bus, env loader, validate, schedule and utilities",
  "main": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "require": "./index.js",
      "import": "./index.js"
    }
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "scripts": {
    "test": "node --test",
    "release": "release-it"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yoyoazs/YoyoLib.git"
  },
  "keywords": [
    "logger", "js", "javascript", "multilang", "i18n",
    "profiler", "config", "cache", "event-bus", "env",
    "retry", "throttle", "debounce", "validator", "scheduler",
    "saas", "crypto", "uuid", "rate-limiter", "jwt",
    "http", "fetch", "circuit-breaker", "job-queue", "utils",
    "deep-merge", "pagination"
  ],
  "author": "yoyoazs",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/yoyoazs/YoyoLib/issues"
  },
  "homepage": "https://github.com/yoyoazs/YoyoLib#readme",
  "dependencies": {}
}
