{
  "name": "@manycore/aholo-viewer",
  "version": "1.5.0",
  "description": "A compact TypeScript renderer core used by the Aholo Viewer website and examples.",
  "author": "egs",
  "repository": {
    "type": "git",
    "url": "https://github.com/manycoretech/aholo-viewer.git",
    "directory": "packages/renderer"
  },
  "license": "MIT",
  "keywords": [
    "aholo",
    "renderer",
    "viewer",
    "webgl",
    "webgl2",
    "3d",
    "3d-gaussian-splatting",
    "gaussian-splatting",
    "canvas",
    "html5"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "publishConfig": {
    "access": "public"
  }
}
