baudy/package.json
Corey Johnson 11366d62b2 Add bunx support for easy sharing
- Add bin entry and CLI shim for `bunx baudy`
- Add JSX pragmas so hono/jsx resolves without tsconfig
- Add bunfig.toml, .npmignore for publishing
- Reorder error hints to prioritize headphone disconnect

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 13:33:34 -07:00

31 lines
568 B
JSON

{
"name": "baudy",
"version": "0.0.6",
"module": "index.tsx",
"type": "module",
"bin": {
"baudy": "dist/cli.js"
},
"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"
}
}