mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
- Add presi web app and CLAUDE.md documentation - Restructure voxel-lava to apps/web pattern - Add voxel-lava scripts to root package.json - Update generate-env.mjs for presi configuration - Update .env.development with new project variables 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
16 lines
370 B
JSON
16 lines
370 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",
|
|
"type-check": "turbo run type-check",
|
|
"lint": "turbo run lint",
|
|
"clean": "turbo run clean"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.5.4"
|
|
}
|
|
}
|