forked from probablycorey/baudy
Phone UI sends number guesses via ggwave audio chirps through the air, server decodes from mic, responds with Higher/Lower via SSE + audio. Includes loopback audio test on startup, QR code for phone, stepped terminal UX, chunked victory message, and timeout error handling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
28 lines
522 B
JSON
28 lines
522 B
JSON
{
|
|
"name": "baudy",
|
|
"module": "index.tsx",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"toes": "bun run --watch index.tsx",
|
|
"start": "bun run index.tsx",
|
|
"dev": "bun run --hot index.tsx"
|
|
},
|
|
"toes": {
|
|
"icon": "🖥️"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"dependencies": {
|
|
"@because/hype": "0.0.6",
|
|
"@because/forge": "*",
|
|
"@because/howl": "*",
|
|
"ggwave": "0.4.0",
|
|
"qrcode": "^1.5.4"
|
|
}
|
|
}
|