{
  "name": "node-logger-light",
  "version": "1.0.23",
  "description": "An advanced logging library for Node.js with support for different log levels, file logging, and external services integration.",
  "main": "dist/logger.js",
  "types": "dist/logger.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "echo \"No tests specified\" && exit 0",
    "clean": "rm -rf dist",
    "build-publish": "npm run bump-version && npm run clean && npm run build && npm publish --access public",
    "bump-version": "npm version patch && git push --follow-tags"
  },
  "keywords": [
    "node",
    "logger",
    "logging",
    "winston",
    "chalk",
    "node.js"
  ],
  "author": "Your Name",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sahtushar/node-logger-light"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "dayjs": "^1.10.7",
    "moment": "^2.30.1",
    "winston": "^3.17.0",
    "winston-daily-rotate-file": "^5.0.0",
    "file-stream-rotator": "^0.6.1"
  },
  "devDependencies": {
    "@types/chalk": "^2.2.4",
    "@types/node": "^16.7.13",
    "@types/winston": "^2.4.0",
    "patch-package": "^8.0.0",
    "typescript": "^4.4.4",
    "file-stream-rotator": "^0.6.1"
  },
  "overrides": {
    "file-stream-rotator": "^0.6.1"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
