26 lines
461 B
JSON
26 lines
461 B
JSON
{
|
|
"name": "@repo/rdx-logger",
|
|
"version": "0.0.3",
|
|
"private": true,
|
|
"type": "module",
|
|
"sideEffects": false,
|
|
|
|
"scripts": {
|
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
"clean": "rimraf .turbo node_modules dist"
|
|
},
|
|
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"cls-rtracer": "^2.6.3",
|
|
"winston": "^3.17.0",
|
|
"winston-daily-rotate-file": "^5.0.0"
|
|
}
|
|
}
|