Update package and package lock
Run Tests / test (pull_request) Failing after 13s

This commit is contained in:
User
2026-03-22 11:11:45 +00:00
parent 56a28b9015
commit 23a1cdcbbf
4 changed files with 28 additions and 0 deletions
Binary file not shown.
Binary file not shown.
+6
View File
@@ -0,0 +1,6 @@
{
"name": "3d_flyer",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}
+22
View File
@@ -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"
}
}