Complete game repository with development docs, testing guide, and project configuration

This commit is contained in:
2025-06-13 10:18:42 +02:00
parent 9857fe72b4
commit d33dce9e59
3 changed files with 323 additions and 8 deletions

View File

@@ -9,8 +9,7 @@
"test": "echo \"Run manual tests - see tests/manual-testing.md\"",
"build": "echo \"No build step required - single HTML file\"",
"deploy": "echo \"Copy index.html to hosting platform\"",
"lighthouse": "npx lighthouse http://localhost:8000 --output=json --output-path=tests/performance-logs/lighthouse-$(date +%Y%m%d).json",
"start": "python -m http.server 8000"
"lighthouse": "npx lighthouse http://localhost:8000 --output=json --output-path=tests/performance-logs/lighthouse-$(date +%Y%m%d).json"
},
"repository": {
"type": "git",
@@ -24,16 +23,14 @@
"neural-network",
"javascript",
"web-game",
"brain-training",
"modern",
"responsive"
"brain-training"
],
"author": "Anders Lehmann Pier",
"author": "Anders Pier",
"license": "MIT",
"bugs": {
"url": "https://github.com/AndersPier/neural-nexus-game/issues"
},
"homepage": "https://andersPier.github.io/neural-nexus-game/",
"homepage": "https://github.com/AndersPier/neural-nexus-game#readme",
"devDependencies": {
"http-server": "^14.1.1",
"lighthouse": "^10.4.0"