{
  "name": "@caeljs/logger",
  "type": "module",
  "description": "Simple log system for your node js application, supported colors.",
  "version": "3.1.1",
  "main": "cjs/loggings.cjs",
  "module": "mjs/loggings.js",
  "types": "loggings.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drylian/Loggings.git"
  },
  "typesVersions": {
    "*": {
      ".": [
        "./loggings.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./loggings.d.ts",
      "import": "./mjs/loggings.js",
      "require": "./cjs/loggings.cjs"
    }
  },
  "keywords": [
    "logger",
    "log",
    "backend",
    "caeljs",
    "loggings",
    "color",
    "logs",
    "logger",
    "log",
    "register",
    "colors",
    "npm",
    "node",
    "bun",
    "deno",
    "typescript",
    "debug",
    "console",
    "output",
    "performance",
    "high-performance logging",
    "structured logging",
    "custom logger"
  ],
  "author": "Drylian",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/drylian/Loggings/issues"
  },
  "homepage": "https://github.com/drylian/Loggings#readme",
  "scripts": {
    "build": "bun run tools/build.ts",
    "test": "bun run tests/index.ts"
  },
  "devDependencies": {
    "@types/node": "^22.13.10",
    "dts-bundle-generator": "^9.5.1",
    "tsup": "^8.3.5",
    "typescript": "^5.0.0"
  }
}
