{ "name": "synthesis", "version": "0.1.0", "description": "Scientific roguelike where real science replaces magic", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "test": "vitest", "test:run": "vitest run" }, "dependencies": { "bitecs": "^0.4.0", "phaser": "^3.80.0", "simplex-noise": "^4.0.3" }, "devDependencies": { "happy-dom": "^20.6.1", "typescript": "^5.4.0", "vite": "^5.4.0", "vitest": "^2.0.0" } }