mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 19:39:40 +02:00
14 lines
282 B
JSON
14 lines
282 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",
|
|
"clean": "turbo run clean"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.5.4"
|
|
}
|
|
}
|