{ "name": "@repo/rdx-logger", "version": "0.6.7", "private": true, "type": "module", "sideEffects": false, "scripts": { "typecheck": "tsc -p tsconfig.json --noEmit", "check": "biome check .", "lint": "biome lint .", "clean": "rimraf .turbo node_modules dist" }, "exports": { ".": "./src/index.ts" }, "devDependencies": { "typescript": "^6.0.2" }, "dependencies": { "cls-rtracer": "^2.6.3", "winston": "^3.19.0", "winston-daily-rotate-file": "^5.0.0" } }