{ "name": "podcast-tui-app", "module": "src/index.tsx", "type": "module", "private": true, "bin": { "podtui": "./dist/index.js" }, "scripts": { "start": "bun src/index.tsx", "dev": "bun --watch src/index.tsx", "build": "bun run build.ts", "dist": "bun dist/index.js", "test": "bun test", "lint": "bun run lint.ts" }, "devDependencies": { "@types/bun": "latest", "@types/uuid": "^11.0.0", "@typescript-eslint/eslint-plugin": "^8.54.0", "@typescript-eslint/parser": "^8.54.0", "eslint": "^9.39.2", "typescript": "^5.9.3" }, "dependencies": { "@babel/core": "^7.28.5", "@babel/preset-typescript": "^7.28.5", "@opentui/core": "^0.1.77", "@opentui/solid": "^0.1.77", "babel-preset-solid": "1.9.9", "date-fns": "^4.1.0", "solid-js": "^1.9.11", "uuid": "^13.0.0", "zustand": "^5.0.11" } }