Thank you for this project, Is it possible to get the terminal output as JSON?
thank you.
Contributor guide
Tech stack
javascriptnodejs
Domain
cli
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
needs maintainer response
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
Basic knowledge of Node.js CLI developmentUnderstanding of JSON
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
50
Research direction
The issue requests a JSON output format for the terminal. To implement this, first examine the current output handling in the main source files (e.g., src/index.js or lib/). Identify where text output is generated. Consider adding a command line option (e.g., json) to output structured JSON instead. Review any existing output formatting utilities. Check the comments in the issue for specific requirements. Ensure backwards compatibility and document the new option.