UNPKG

inmo-logger

Version:

This is a custom logging library based on winston.

41 lines (40 loc) 1.06 kB
{ "name": "inmo-logger" , "version": "5.0.3" , "description": "This is a custom logging library based on winston." , "main": "dist/index.js" , "types": "dist/index.d.ts" , "scripts": { "build": "tsc" , "prepublishOnly": "npm run build" , "test": "echo \"Error: no test specified\" && exit 1" } , "author": "Orlinski-Zawzykraj" , "license": "ISC" , "repository": { "type": "git" , "url": "https://github.com/ORTArqSoft/173630_180110" } , "keywords": [ "Logger" , "Winston" , "Inmo20" , "Syslog" ] , "bugs": { "url": "https://github.com/ORTArqSoft/173630_180110/issues" } , "homepage": "https://github.com/ORTArqSoft/173630_180110/inmo-logger/#README.md" , "dependencies": { "express-http-context": "^1.2.4" , "install": "^0.13.0" , "npm": "^10.8.1" , "winston": "^3.13.0" , "winston-syslog": "^2.7.0" } , "devDependencies": { "@types/config": "^3.3.4" , "@types/node": "^20.12.12" , "typescript": "^5.4.5" } }