Uecko_ERP/packages/rdx-logger/package.json

25 lines
539 B
JSON
Raw Normal View History

2025-09-23 10:40:49 +00:00
{
"name": "@repo/rdx-logger",
2026-05-18 16:39:33 +00:00
"version": "0.6.7",
2025-10-30 18:26:57 +00:00
"private": true,
"type": "module",
"sideEffects": false,
2025-09-23 10:40:49 +00:00
"scripts": {
2025-10-30 18:26:57 +00:00
"typecheck": "tsc -p tsconfig.json --noEmit",
2026-05-05 11:34:36 +00:00
"check": "biome check .",
"lint": "biome lint .",
2025-10-30 18:26:57 +00:00
"clean": "rimraf .turbo node_modules dist"
2025-09-23 10:40:49 +00:00
},
"exports": {
".": "./src/index.ts"
},
"devDependencies": {
2026-05-26 11:55:26 +00:00
"rimraf": "^6.1.3",
2026-04-12 10:06:32 +00:00
"typescript": "^6.0.2"
2025-09-23 10:40:49 +00:00
},
"dependencies": {
"cls-rtracer": "^2.6.3",
2026-04-12 10:06:32 +00:00
"winston": "^3.19.0",
2025-09-23 10:40:49 +00:00
"winston-daily-rotate-file": "^5.0.0"
}
2025-11-27 19:07:30 +00:00
}