{ "name": "podcast-tui-app", "version": "0.1.0", "module": "src/index.tsx", "type": "module", "private": true, "bin": { "podtui": "./dist/index.js" }, "scripts": { "start": "bun --preload @opentui/solid/preload src/index.tsx", "dev": "bun --preload @opentui/solid/preload --watch src/index.tsx", "build:native": "bash scripts/build-cavacore.sh", "build": "bun run build.ts", "dist": "bun dist/index.js", "test": "bun test", "lint": "bun tsc --noEmit" }, "devDependencies": { "@types/bun": "latest", "typescript": "^5.9.3" }, "dependencies": { "@opentui/core": "^0.1.77", "@opentui/solid": "^0.1.77", "date-fns": "^4.1.0", "solid-js": "^1.9.9" } }