{
  "name": "@holotope/three",
  "version": "0.0.22",
  "description": "three.js adapter for Holotope: renders projected N-dimensional geometry as three.js objects.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nikilp/holotope.js.git",
    "directory": "packages/three"
  },
  "homepage": "https://nikilp.github.io/holotope.js/",
  "bugs": "https://github.com/nikilp/holotope.js/issues",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./webgpu": {
      "types": "./dist/webgpu/index.d.ts",
      "import": "./dist/webgpu/index.js"
    }
  },
  "dependencies": {
    "@holotope/core": "0.0.22"
  },
  "peerDependencies": {
    "three": ">=0.184.0 <0.186.0"
  },
  "devDependencies": {
    "three": "0.185.1",
    "@types/three": "0.185.1"
  },
  "keywords": [
    "three",
    "threejs",
    "4d",
    "nd",
    "tesseract",
    "projection"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  }
}