UNPKG

logger-services

Version:

Simple logger service with colored output using TypeScript

46 lines (45 loc) 1.03 kB
{ "name": "logger-services", "version": "2.6.5", "description": "Simple logger service with colored output using TypeScript", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsc", "prepare": "npm run build", "prepublishOnly": "npm run build", "publish": "npx tarkus-npm-publisher" }, "keywords": [ "logger", "typescript", "chalk", "console", "moment", "colored-logs", "log-service" ], "author": "Exel Tarkus", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/exeldtarkus/logger-services.git" }, "bugs": { "url": "https://github.com/exeldtarkus/logger-services/issues" }, "homepage": "https://github.com/exeldtarkus/logger-services#readme", "devDependencies": { "@types/node": "^22.15.21", "typescript": "^5.8.3" }, "dependencies": { "chalk": "^4.1.2", "moment": "^2.30.1", "ora": "^5.4.1", "tarkus-npm-publisher": "^1.1.4" } }