24 lines
515 B
JSON
24 lines
515 B
JSON
{
|
|
"name": "@repo/rdx-logger",
|
|
"version": "0.6.5",
|
|
"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"
|
|
}
|
|
} |