managarten/apps/bauntown/package.json
Till JS 928d88aabd feat(bauntown): restore from archive, register in monorepo
- Move from apps-archived/ to apps/ (last archived app)
- Fix root package.json name to @manacore/bauntown
- Add to root CLAUDE.md project table
- Astro landing page with i18n (DE/EN/IT), Stripe, Netlify preserved

apps-archived/ is now empty — all 5 apps restored:
uload, news, wisekeep, reader, bauntown

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 01:02:21 +02:00

12 lines
318 B
JSON

{
"name": "@manacore/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"
}
}