{ "name": "geograsim", "version": "0.1.0", "description": "Interaktive Simulationen für den Geografieunterricht", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui" }, "keywords": [ "geografie", "simulation", "bildung" ], "author": "Thomas Schroffenegger & Dominik Mößlang", "license": "MIT", "devDependencies": { "@vitest/ui": "^4.1.4", "jsdom": "^29.0.2", "playwright": "^1.59.1", "typescript": "^6.0.2", "vite": "^8.0.8", "vitest": "^4.1.4" }, "dependencies": { "@types/three": "^0.183.1", "three": "^0.183.2" } }