mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-07-10 02:30:15 +00:00
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"name": "ekko-agent",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"description": "Ekko Agent package scaffold for Hermes Web UI.",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"scripts": {
|
|
"check": "tsc --noEmit -p tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"agent-browser": "^0.26.0"
|
|
}
|
|
}
|