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 claude/fix-theme-toggle-9RXN5 21 lines 507 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 "prepare": "lefthook install", 12 "nix:update-hash": "bash scripts/update-pnpmdeps-hash.sh" 13 }, 14 "devDependencies": { 15 "lefthook": "^1.9.0", 16 "oxlint": "^0.17.0", 17 "turbo": "^2.4.0", 18 "typescript": "^5.7.0", 19 "vitest": "^4.0.18" 20 } 21}