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 6d703b7ae6bb7a5ccabd7e56f9e98cb46b97123e 17 lines 358 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 "test": "turbo run test" 11 }, 12 "devDependencies": { 13 "turbo": "^2.4.0", 14 "typescript": "^5.7.0", 15 "vitest": "^4.0.18" 16 } 17}