UNPKG

@pbrgld/loggify

Version:

A lightweight, dependency-free logging library for Bun.js and Node.js – featuring emoji support, styled output, contextual logging, and high-performance stdout logging.

52 lines (51 loc) 1.28 kB
{ "name": "@pbrgld/loggify", "description": "A lightweight, dependency-free logging library for Bun.js and Node.js – featuring emoji support, styled output, contextual logging, and high-performance stdout logging.", "license": "MIT", "version": "0.5.3", "module": "dist/index.js", "author": { "name": "Paul Bergold", "email": "paul@bergold.online", "url": "https://github.com/pbrgld" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "github", "url": "git+https://github.com/pbrgld/loggify.git" }, "keywords": [ "context", "contextual logging", "contextId", "log to memory", "discard log on success", "loggify", "logger", "log", "bun.js", "ANSI", "GrafanaLoki", "emojis", "banner" ], "type": "module", "scripts": { "dev": "bun --bun --watch --no-clear-screen run ./development.ts", "prebuild": "rimraf dist", "build": "tsc", "publish-dry-run": "bun run build && npm pack -dry-run", "publish-npm": "bun run build && npm publish --access=public" }, "devDependencies": { "@types/bun": "latest", "rimraf": "^6.0.1", "typescript": "^5" }, "dependencies": {}, "peerDependencies": {} }