{
  "name": "three-blocks-benchmark",
  "version": "0.6.1",
  "description": "Reproducible Gaussian splat benchmarks for Three Blocks, three.js r186, Spark, SuperSplat Viewer and Editor 3, GaussianSplats3D, and Babylon.js",
  "keywords": [
    "three",
    "threejs",
    "webgpu",
    "gaussian-splatting",
    "benchmark"
  ],
  "homepage": "https://threejs-blocks.com/benchmark/gaussian",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RenaudRohlinger/three-blocks-monorepo.git",
    "directory": "packages/three-blocks-benchmark"
  },
  "bugs": {
    "url": "https://github.com/RenaudRohlinger/three-blocks-monorepo/issues"
  },
  "license": "PolyForm-Noncommercial-1.0.0",
  "private": false,
  "type": "module",
  "bin": {
    "three-blocks-benchmark": "./bin/three-blocks-benchmark.mjs"
  },
  "files": [
    "bin",
    "browser",
    "lib",
    "vendor",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "NOTICE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.12.0"
  },
  "scripts": {
    "test": "node --test tests/run.test.mjs",
    "prepack": "node --test tests/run.test.mjs"
  },
  "dependencies": {
    "@babylonjs/core": "9.25.0",
    "@babylonjs/loaders": "9.25.0",
    "@mkkellogg/gaussian-splats-3d": "0.4.7",
    "@playcanvas/splat-transform": "3.3.3",
    "@playcanvas/supersplat-viewer": "1.31.2",
    "@sparkjsdev/spark": "2.1.0",
    "@three-blocks/devtools": "12.0.0",
    "playcanvas": "2.22.0",
    "pngjs": "7.0.0",
    "three": "0.186.0",
    "three-blocks": "0.13.0",
    "three-r186": "npm:three@0.186.0",
    "vite": "8.1.3"
  }
}
