mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
23 lines
474 B
JSON
23 lines
474 B
JSON
{
|
|
"name": "hermes-tui",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "tsx --watch src/main.tsx",
|
|
"start": "tsx src/main.tsx",
|
|
"build": "tsc",
|
|
"test": "echo 'no tests yet'"
|
|
},
|
|
"dependencies": {
|
|
"ink": "^6.8.0",
|
|
"ink-text-input": "^6.0.0",
|
|
"react": "^19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.5.0",
|
|
"@types/react": "^19.2.14",
|
|
"tsx": "^4.19.0",
|
|
"typescript": "^5.7.0"
|
|
}
|
|
}
|