{
  "name": "ei-tui",
  "version": "1.10.0",
  "author": "Flare576",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Flare576/ei.git"
  },
  "engines": {
    "bun": ">=1.0.0"
  },
  "files": [
    "src/",
    "tui/src/",
    "tui/bunfig.toml",
    "skills/",
    "README.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@playwright/test": "^1.58.0",
    "@types/bun": "latest",
    "@types/express": "^5.0.6",
    "@types/node": "^25.0.10",
    "@vitest/coverage-v8": "^2.1.9",
    "express": "^5.2.1",
    "typescript": "^5.3.0",
    "vitest": "^2.0.0"
  },
  "bin": {
    "ei": "./src/cli.ts"
  },
  "description": "Ei - Local-first AI companion with persistent personas",
  "keywords": [
    "ai",
    "llm",
    "personas",
    "tui",
    "cli",
    "companion"
  ],
  "license": "MIT",
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc && npm run typecheck:cli",
    "test": "vitest run && npm run test:tui",
    "test:src": "vitest run",
    "test:tui": "cd tui && npm run test",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:e2e": "playwright test",
    "test:e2e:tui": "cd tui && npm run test:e2e",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:debug": "playwright test --debug",
    "test:evals": "vite-node tests/evals/run.ts",
    "test:all": "npm run test && npm run test:e2e && npm run test:e2e:tui",
    "typecheck": "tsc --noEmit && npm run typecheck:cli",
    "typecheck:cli": "tsc -p tsconfig.cli.json --noEmit",
    "web": "cd web && npm run dev",
    "tui": "cd tui && npm run dev"
  },
  "type": "module",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.27.1",
    "@opentui/core": "^0.1.79",
    "@opentui/solid": "^0.1.79",
    "fastembed": "^2.1.0",
    "solid-js": "^1.9.9",
    "yaml": "^2.8.2"
  }
}
