SPB Git

spb/khaelor Public

KHAELOR — a terminal-native autonomous engineering agent powered by Anthropic.

TypeScript 82.9% HTML 14.9% CSS 1.1% JavaScript 0.7%
714 B · 30 lines json
Raw Blame History
1{2  "name": "khaelor-tui-spike",3  "version": "0.0.1",4  "private": true,5  "description": "KHAELOR ADR-14 renderer spike: custom ANSI renderer vs Ink 7 control. Author: Simon-Pierre Boucher <contact@spboucher.ai>",6  "type": "module",7  "engines": {8    "node": ">=22"9  },10  "scripts": {11    "a": "tsx candidate-a/main.ts",12    "b": "tsx candidate-b/main.tsx",13    "measure:a": "tsx driver/run.ts a",14    "measure:b": "tsx driver/run.ts b"15  },16  "dependencies": {17    "ink": "^7.1.1",18    "react": "^19.2.0"19  },20  "devDependencies": {21    "@types/node": "^22.10.0",22    "@types/react": "^19.2.0",23    "tsx": "^4.19.0",24    "typescript": "^5.7.0"25  },26  "optionalDependencies": {27    "node-pty": "^1.1.0"28  }29}30