{ "name": "@nanobot/tui", "private": true, "version": "0.1.0", "type": "module", "scripts": { "start": "bun src/index.ts", "build": "bun scripts/build.ts", "check": "tsc --noEmit", "test": "bun test" }, "dependencies": { "@opentui/core": "0.5.1" }, "devDependencies": { "@types/bun": "^1.3.13", "typescript": "^5.9.3" } }