{ "name": "shtns-webgpu", "version": "0.1.0", "description": "Spherical harmonic transforms on WebGPU (fp32), modeled on SHTNS", "type": "module", "license": "CECILL-2.1", "scripts": { "dev": "vite", "build": "tsc --noEmit && vite build", "test:node": "node scripts/test-node.ts", "test:gpu": "vite build && node scripts/test-gpu.mjs", "test": "npm run test:node && npm run test:gpu" }, "devDependencies": { "@types/node": "^26.1.1", "@webgpu/types": "^0.1.44", "puppeteer-core": "^23.0.0", "typescript": "^5.5.0", "vite": "^5.4.0" } }