mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 13:21:08 +02:00
- 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>
12 lines
318 B
JSON
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"
|
|
}
|
|
}
|