Update package dependencies to include 'ink' and 'ink-text-input' for enhanced terminal UI capabilities. Add new script 'start:ink' for launching the ink-based CLI interface. Clean up example.js by removing unnecessary whitespace for improved readability.

This commit is contained in:
sebseb7
2025-08-12 01:40:32 +02:00
parent 91d28779d6
commit edf0d3cffb
5 changed files with 671 additions and 4 deletions

View File

@@ -31,6 +31,8 @@
"has-tostringtag": "^1.0.2",
"hasown": "^2.0.2",
"humanize-ms": "^1.2.1",
"ink": "^6.1.0",
"ink-text-input": "^6.0.0",
"math-intrinsics": "^1.1.0",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
@@ -51,6 +53,7 @@
},
"scripts": {
"start": "node cli.js",
"start:ink": "node cli-ink.js",
"test": "node tests/run-all.js",
"test:patch": "node tests/run-tests.js",
"test:readfile": "node tests/run-readfile-tests.js",