UNPKG

@tsed/logger-file

Version:
51 lines 1.25 kB
{ "name": "@tsed/logger-file", "description": "File appender module for @tsed/logger", "type": "module", "version": "7.0.2", "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.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.6.2" }, "devDependencies": { "@tsed/logger": "7.0.2", "@tsed/typescript": "7.0.2", "typescript": "5.7.2" }, "peerDependencies": { "@tsed/logger": "7.0.2" } }