{ "name": "versions", "module": "index.tsx", "type": "module", "private": true, "scripts": { "toes": "bun run --watch index.tsx", "start": "bun toes", "dev": "bun run --hot index.tsx" }, "toes": { "tool": true, "icon": "📦" }, "devDependencies": { "@types/bun": "latest" }, "peerDependencies": { "typescript": "^5.9.3" }, "dependencies": { "@because/forge": "^0.0.1", "@because/hype": "^0.0.2", "@because/toes": "^0.0.5" } }