{ "name": "@lumbridge/tera", "version": "0.1.0", "description": "Tera \u2014 the map view of Lumbridge Simulate. Cities from above; with Spaces, offices you can walk into.", "license": "Apache-2.0", "type": "module", "main": "src/index.ts", "scripts": { "dev": "vite", "build": "tsc --noEmit && vite build", "typecheck": "tsc --noEmit", "preview": "vite preview" }, "dependencies": { "three": "^0.182.0" }, "devDependencies": { "@types/three": "^0.182.0", "typescript": "^5.7.2", "vite": "^7.3.6" } }