UNPKG

ob

Version:

OB (The Second Terminal Printer) - A lightweight server-client tool for real-time terminal logging and progress display via Unix sockets. Ideal for CLI apps needing dynamic output management.

35 lines (34 loc) 825 B
{ "name": "ob", "version": "0.0.4", "description": "OB (The Second Terminal Printer) - A lightweight server-client tool for real-time terminal logging and progress display via Unix sockets. Ideal for CLI apps needing dynamic output management.", "type": "module", "bin": { "ob": "./bin/index.js" }, "main": "./lib/main.js", "scripts": {}, "keywords": [ "terminal", "logging", "progress-bar", "real-time", "server-client", "unix-socket", "cli", "nodejs", "developer-tools", "output-management" ], "author": { "name": "humbass", "email": "humbass@gmail.com" }, "homepage": "https://github.com/humbass/ob#readme", "repository": { "type": "git", "url": "git+https://github.com/humbass/ob.git" }, "license": "MIT", "dependencies": {} }