mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 02:41:09 +02:00
12 lines
222 B
JSON
12 lines
222 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"
|
|
},
|
|
"devDependencies": {
|
|
"turbo": "^2.5.4"
|
|
}
|
|
}
|