managarten/apps-archived/mail/package.json
Till-JS ace7fa8f7f chore: archive finance, mail, moodlit apps and rename voxel-lava
- Move finance, mail, moodlit to apps-archived for later development
- Rename games/voxel-lava to games/voxelava

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-05 13:13:15 +01:00

23 lines
719 B
JSON

{
"name": "mail",
"version": "1.0.0",
"private": true,
"description": "Mail App - Email Client with AI Features and Multi-Account Support",
"scripts": {
"dev": "turbo run dev",
"dev:backend": "pnpm --filter @mail/backend dev",
"dev:web": "pnpm --filter @mail/web dev",
"dev:landing": "pnpm --filter @mail/landing dev",
"dev:mobile": "pnpm --filter @mail/mobile dev",
"build": "turbo run build",
"lint": "turbo run lint",
"clean": "turbo run clean",
"db:push": "pnpm --filter @mail/backend db:push",
"db:studio": "pnpm --filter @mail/backend db:studio",
"db:seed": "pnpm --filter @mail/backend db:seed"
},
"devDependencies": {
"typescript": "^5.9.3"
},
"packageManager": "pnpm@9.15.0"
}