@tsed/logger-file
Version:
File appender module for @tsed/logger
51 lines • 1.26 kB
JSON
{
"name": "@tsed/logger-file",
"description": "File appender module for @tsed/logger",
"type": "module",
"version": "8.0.5",
"author": "Romain Lenzotti",
"license": "MIT",
"source": "./src/index.ts",
"main": "./lib/esm/index.js",
"module": "./lib/esm/index.js",
"typings": "./lib/types/index.d.ts",
"exports": {
".": {
"tsed_source": "./src/index.ts",
"types": "./lib/types/index.d.ts",
"import": "./lib/esm/index.js",
"default": "./lib/esm/index.js"
}
},
"scripts": {
"build": "yarn run build:ts",
"build:ts": "tsc --build tsconfig.esm.json",
"test": "vitest run",
"test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
},
"repository": "https://github.com/tsedio/logger",
"keywords": [
"ts",
"log",
"debug",
"typescript",
"trace",
"insight"
],
"bugs": {
"url": "https://github.com/tsedio/logger/issues"
},
"homepage": "https://github.com/tsedio/logger/tree/production/packages/file",
"dependencies": {
"streamroller": "^3.1.5",
"tslib": "2.8.1"
},
"devDependencies": {
"@tsed/logger": "8.0.5",
"@tsed/typescript": "8.0.5",
"typescript": "5.9.2"
},
"peerDependencies": {
"@tsed/logger": ">=8.0.0"
}
}