Exosphere is a set of small, modular, self-hostable community tools built on the AT Protocol. app.exosphere.site
at main 25 lines 579 B view raw
1{ 2 "name": "@exosphere/feeds", 3 "version": "0.0.1", 4 "private": true, 5 "type": "module", 6 "exports": { 7 ".": "./src/index.ts", 8 "./client": "./src/client.ts", 9 "./client-ssr": "./src/client.ssr.ts", 10 "./ui": "./src/ui/index.ts" 11 }, 12 "dependencies": { 13 "@exosphere/client": "workspace:*", 14 "@exosphere/core": "workspace:*", 15 "@preact/signals": "catalog:", 16 "drizzle-orm": "catalog:", 17 "hono": "catalog:", 18 "preact": "catalog:", 19 "zod": "catalog:" 20 }, 21 "devDependencies": { 22 "@types/bun": "catalog:", 23 "typescript": "catalog:" 24 } 25}