{ "name": "turing-surface-cache", "version": "0.1.0", "description": "Reaction-diffusion (Turing patterns) on curved surfaces at a chosen end time, with a shared cloud cache of solutions; spectral solver on WebGPU", "type": "module", "engines": { "node": ">=22.6" }, "license": "CECILL-2.1", "scripts": { "dev": "vite", "build": "tsc --noEmit && vite build && npm run build:cli", "build:cli": "vite build --config vite.cli.config.ts && node scripts/pack-cli.mjs" }, "dependencies": { "h5wasm": "^0.10.3", "numbl": "file:../../numbl", "three": "^0.183.0" }, "optionalDependencies": { "webgpu": "^0.4.0" }, "devDependencies": { "@types/node": "^26.1.1", "@types/three": "^0.185.1", "@webgpu/types": "^0.1.44", "puppeteer-core": "^23.0.0", "typescript": "^5.5.0", "vite": "^5.4.0" } }