22 lines
427 B
JSON
22 lines
427 B
JSON
{
|
|
"name": "@openharness/terminal",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "tsx src/index.tsx"
|
|
},
|
|
"dependencies": {
|
|
"ink": "^5.1.0",
|
|
"ink-text-input": "^6.0.0",
|
|
"marked": "^18.0.0",
|
|
"react": "^18.3.1",
|
|
"string-width": "^7.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.10",
|
|
"@types/react": "^18.3.12",
|
|
"tsx": "^4.19.2",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
}
|