{ "name": "threejs-sound-sim", "private": true, "version": "2.0.0", "description": "An interactive 3D spatial audio simulator built with Three.js and the Web Audio API.", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "typecheck": "tsc --noEmit", "test": "vitest run", "test:e2e": "node scripts/e2e.mjs", "shot": "node scripts/shot.mjs" }, "dependencies": { "three": "^0.160.0" }, "devDependencies": { "@types/three": "^0.160.0", "playwright": "^1.62.0", "typescript": "^5.3.3", "vite": "^5.0.12", "vitest": "^1.2.1" } }