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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user