{
  "name": "@loggings/beta",
  "version": "2.4.0",
  "description": "Simple log system for your node js application, supported colors.",
  "scripts": {
    "build": "bun run tools/build.ts"
  },
  "type": "module",
  "main": "loggings.cjs",
  "module": "loggings.mjs",
  "types": "types/Loggings.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/drylian/Loggings.git"
  },
  "typesVersions": {
    "*": {
      ".": [
        "./types/Loggings.d.ts"
      ],
      "globals": [
        "./types/types.d.ts"
      ]
    }
  },
  "exports": {
    ".": {
      "types": "./types/Loggings.d.ts",
      "import": "./loggings.mjs",
      "require": "./loggings.cjs"
    }
  },
  "keywords": [
    "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",
  "devDependencies": {
    "@types/bun": "^1.1.10",
    "@types/node": "^20.16.5",
    "esbuild": "0.21.5"
  }
}
