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
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 },
13 "devDependencies": {
14 "lefthook": "^1.9.0",
15 "oxlint": "^0.17.0",
16 "turbo": "^2.4.0",
17 "typescript": "^5.7.0",
18 "vitest": "^4.0.18"
19 }
20}