UNPKG

@seawingai/winglog

Version:

A powerful TypeScript/JavaScript logging library built on top of Pino for structured logging with enhanced features

44 lines 1.04 kB
{ "name": "@seawingai/winglog", "version": "1.0.1", "description": "A powerful TypeScript/JavaScript logging library built on top of Pino for structured logging with enhanced features", "main": "dist/index.js", "scripts": { "dev": "tsc && node dist/index.js", "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/seawingai/winglog.git" }, "keywords": [ "logging", "pino", "structured-logging", "typescript", "javascript", "logger", "performance-tracking" ], "author": "Rafey Husain Syed", "license": "Apache-2.0", "bugs": { "url": "https://github.com/seawingai/winglog/issues" }, "homepage": "https://seawingai.com/winglog", "publishConfig": { "access": "public" }, "dependencies": { "pino": "^9.7.0", "pino-pretty": "^10.3.1" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.0.0", "jest": "^29.7.0", "ts-jest": "^29.4.0", "ts-node": "10.9.1", "typescript": "~5.8.2" } }