| 
									
										
										
										
											2025-06-13 09:53:35 +02:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "neural-nexus-game", | 
					
						
							|  |  |  |   "version": "1.0.0", | 
					
						
							| 
									
										
										
										
											2025-06-13 10:07:38 +02:00
										 |  |  |   "description": "A modern HTML5 puzzle game featuring neural network connectivity challenges", | 
					
						
							| 
									
										
										
										
											2025-06-13 09:53:35 +02:00
										 |  |  |   "main": "index.html", | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							|  |  |  |     "dev": "python -m http.server 8000", | 
					
						
							|  |  |  |     "serve": "npx http-server -p 8000 -c-1", | 
					
						
							| 
									
										
										
										
											2025-06-13 10:07:38 +02:00
										 |  |  |     "test": "echo \"Run manual tests - see tests/manual-testing.md\"", | 
					
						
							| 
									
										
										
										
											2025-06-13 09:53:35 +02:00
										 |  |  |     "build": "echo \"No build step required - single HTML file\"", | 
					
						
							| 
									
										
										
										
											2025-06-13 10:07:38 +02:00
										 |  |  |     "deploy": "echo \"Copy index.html to hosting platform\"", | 
					
						
							| 
									
										
										
										
											2025-06-13 10:18:42 +02:00
										 |  |  |     "lighthouse": "npx lighthouse http://localhost:8000 --output=json --output-path=tests/performance-logs/lighthouse-$(date +%Y%m%d).json" | 
					
						
							| 
									
										
										
										
											2025-06-13 09:53:35 +02:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							|  |  |  |     "url": "git+https://github.com/AndersPier/neural-nexus-game.git" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "keywords": [ | 
					
						
							|  |  |  |     "game", | 
					
						
							|  |  |  |     "puzzle", | 
					
						
							|  |  |  |     "html5", | 
					
						
							|  |  |  |     "canvas", | 
					
						
							|  |  |  |     "neural-network", | 
					
						
							|  |  |  |     "javascript", | 
					
						
							|  |  |  |     "web-game", | 
					
						
							| 
									
										
										
										
											2025-06-13 10:18:42 +02:00
										 |  |  |     "brain-training" | 
					
						
							| 
									
										
										
										
											2025-06-13 09:53:35 +02:00
										 |  |  |   ], | 
					
						
							| 
									
										
										
										
											2025-06-13 10:18:42 +02:00
										 |  |  |   "author": "Anders Pier", | 
					
						
							| 
									
										
										
										
											2025-06-13 09:53:35 +02:00
										 |  |  |   "license": "MIT", | 
					
						
							|  |  |  |   "bugs": { | 
					
						
							|  |  |  |     "url": "https://github.com/AndersPier/neural-nexus-game/issues" | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2025-06-13 10:18:42 +02:00
										 |  |  |   "homepage": "https://github.com/AndersPier/neural-nexus-game#readme", | 
					
						
							| 
									
										
										
										
											2025-06-13 09:53:35 +02:00
										 |  |  |   "devDependencies": { | 
					
						
							|  |  |  |     "http-server": "^14.1.1", | 
					
						
							|  |  |  |     "lighthouse": "^10.4.0" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "engines": { | 
					
						
							|  |  |  |     "node": ">=14.0.0" | 
					
						
							| 
									
										
										
										
											2025-06-13 10:07:38 +02:00
										 |  |  |   } | 
					
						
							| 
									
										
										
										
											2025-06-13 09:53:35 +02:00
										 |  |  | } |