{ "name": "toes-app", "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": { "forge": "git+https://git.nose.space/defunkt/forge", "hype": "git+https://git.nose.space/defunkt/hype" } }