This commit is contained in:
Binary file not shown.
Binary file not shown.
Generated
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name": "3d_flyer",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {}
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "3d-flight-simulator",
|
||||
"version": "1.0.0",
|
||||
"description": "3D Flight Simulator with retro 80s aesthetic",
|
||||
"main": "src/js/main.js",
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"test:e2e": "playwright test",
|
||||
"test:debug": "playwright test --debug",
|
||||
"test:all": "npm test && npm run test:e2e"
|
||||
},
|
||||
"keywords": ["3d", "flight", "simulator", "threejs"],
|
||||
"author": "RetroWeb Games",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"three": "^0.135.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.28.0",
|
||||
"jest": "^29.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user