@json-render/ink Ink terminal renderer that converts JSON specs into interactive terminal component trees with standard components, data binding, visibility, actions, and dynamic props. Quick Start Spec Structure (Flat Element Map) The Ink schema uses a flat element map with a root key: Standard Components Layout - - Flexbox layout container (like a terminal ). Use for grouping, spacing, borders, alignment. Default flexDirection is row. - - Text output with optional styling (color, bold, italic, etc.) - - Inserts blank lines. Must be inside a Box with flexDirection column. - - Flexible empty…