UNPKG

@megaorm/logger

Version:

This package is designed for managing log files, with support for logging messages, retrieving entries, filtering by date, and more.

34 lines (33 loc) 801 B
{ "name": "@megaorm/logger", "version": "1.2.0", "description": "This package is designed for managing log files, with support for logging messages, retrieving entries, filtering by date, and more.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "author": "Mohamed", "license": "MIT", "repository": { "url": "git+https://github.com/megaorm/megaorm-logger.git" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.10.2", "jest": "^29.7.0", "ts-jest": "^29.2.5", "typescript": "^5.7.2" }, "scripts": { "test": "npx jest --coverage", "build": "tsc" }, "keywords": [ "megaorm-logger", "megaorm", "logger", "logging", "log-file", "log-utility", "logging-tool", "logging-package" ] }