2026-05-05 10:43:22 +00:00
|
|
|
{
|
|
|
|
|
"name": "retro-flight-sim",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"description": "Early 90s Amiga/DOS-style 3D flight simulator",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"three": "^0.160.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"vite": "^5.0.0"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "vite",
|
2026-05-05 10:52:30 +00:00
|
|
|
"build": "vite build",
|
|
|
|
|
"test": "node scripts/check-syntax.js"
|
2026-05-05 10:43:22 +00:00
|
|
|
}
|
|
|
|
|
}
|