managarten/apps-archived/moodlit/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

16 lines
520 B
JSON

{
"name": "moodlit",
"version": "1.0.0",
"private": true,
"description": "Moodlit - Ambient lighting & mood app",
"scripts": {
"dev": "turbo run dev",
"dev:backend": "pnpm --filter @moodlit/backend dev",
"dev:web": "pnpm --filter @moodlit/web dev",
"dev:mobile": "pnpm --filter @moodlit/mobile dev",
"dev:landing": "pnpm --filter @moodlit/landing dev",
"db:push": "pnpm --filter @moodlit/backend db:push",
"db:studio": "pnpm --filter @moodlit/backend db:studio"
},
"packageManager": "pnpm@9.15.0"
}