mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-19 12:01:24 +02:00
- Remove recursive `turbo run type-check` from parent packages (chat, zitare, voxel-lava) - Increase turbo concurrency from 2 to 5 - Add documentation for turbo anti-pattern in CLAUDE.md - Skip type-check temporarily for apps with pending migrations - Update picture mobile stores to use camelCase API response properties - Add shared-nestjs-auth dependency to chat and picture backends - Clean up unused design-token files from picture package - Update shared-landing-ui components and feedback service config
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"name": "voxel-lava",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "3D Voxel Lava Game - Build and play voxel levels",
|
|
"scripts": {
|
|
"dev": "turbo run dev",
|
|
"build": "turbo run build",
|
|
"lint": "turbo run lint",
|
|
"clean": "turbo run clean"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.5.4"
|
|
}
|
|
}
|