{
  "name": "khaelor-tui-spike",
  "version": "0.0.1",
  "private": true,
  "description": "KHAELOR ADR-14 renderer spike: custom ANSI renderer vs Ink 7 control. Author: Simon-Pierre Boucher <contact@spboucher.ai>",
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "a": "tsx candidate-a/main.ts",
    "b": "tsx candidate-b/main.tsx",
    "measure:a": "tsx driver/run.ts a",
    "measure:b": "tsx driver/run.ts b"
  },
  "dependencies": {
    "ink": "^7.1.1",
    "react": "^19.2.0"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "@types/react": "^19.2.0",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0"
  },
  "optionalDependencies": {
    "node-pty": "^1.1.0"
  }
}
