{ "name": "clock", "module": "src/index.ts", "type": "module", "private": true, "toes": { "icon": "🕐" }, "scripts": { "toes": "bun run --watch index.tsx", "start": "bun toes", "dev": "bun run --hot index.tsx" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.9.2" }, "dependencies": { "@because/forge": "^0.0.1", "@because/hype": "^0.0.1" } }