{
  "name": "node-logy",
  "version": "0.2.6",
  "description": "A lightweight Node.js logging utility that outputs logs to the console and writes them to rotating log files. Supports different log levels, timestamps, and customizable formatting for production-ready applications.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "shx rm -rf ./dist && npx tsc"
  },
  "keywords": [
    "node",
    "nodejs",
    "logger",
    "logging",
    "log",
    "logfile",
    "file-logging",
    "console-logging",
    "debug",
    "info",
    "warn",
    "error",
    "typescript",
    "utility"
  ],
  "author": "Yousaf Wazir",
  "license": "ISC",
  "files": [
    "README.md",
    "dist",
    "License"
  ],
  "homepage": "https://github.com/UmbrellaCrow612/node-logger?tab=readme-ov-file#node-logger",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UmbrellaCrow612/node-logger.git"
  },
  "devDependencies": {
    "@types/node": "^25.0.10",
    "pino": "^10.3.0",
    "shx": "^0.4.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}
