managarten/apps-archived/bauntown/package.json
Till JS 076e0c843d chore: restore archived apps (bauntown, news, reader, uload, wisekeep)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 01:08:51 +01:00

12 lines
308 B
JSON

{
"name": "bauntown",
"version": "1.0.0",
"private": true,
"description": "BaunTown - Community website for developers and creators",
"scripts": {
"dev": "turbo run dev",
"dev:landing": "pnpm --filter @bauntown/landing dev",
"build": "turbo run build",
"type-check": "turbo run type-check"
}
}