WIP! A BB-style forum, on the ATmosphere! We're still working... we'll be back soon when we have something to show off!
node typescript hono htmx atproto
at 8e5b1a9810ecb99c4bc0ba75219e446f6cfc4763 15 lines 303 B view raw
1{ 2 "name": "atbb-monorepo", 3 "private": true, 4 "packageManager": "pnpm@9.15.4", 5 "scripts": { 6 "build": "turbo run build", 7 "dev": "turbo run dev", 8 "lint": "turbo run lint", 9 "clean": "turbo run clean" 10 }, 11 "devDependencies": { 12 "turbo": "^2.4.0", 13 "typescript": "^5.7.0" 14 } 15}