{
  "name": "@threepipe/plugin-gaussian-splatting",
  "description": "Gaussian Splatting for Threepipe",
  "version": "0.2.5",
  "dependencies": {},
  "peerDependencies": {
    "threepipe": ">=0.1.0"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./src/index.d.ts"
    },
    "./dist/": {
      "import": "./dist/",
      "require": "./dist/"
    }
  },
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "README.md",
    "CHANGELOG.md",
    "docs",
    "tsconfig.json"
  ],
  "author": "repalash <palash@shaders.app>",
  "license": "Apache-2.0",
  "keywords": [
    "three",
    "three.js",
    "threepipe",
    "gaussian-splatting",
    "ml",
    "ai"
  ],
  "bugs": {
    "url": "https://github.com/repalash/threepipe/issues"
  },
  "homepage": "https://github.com/repalash/threepipe#readme",
  "repository": {
    "type": "git",
    "url": "git://github.com/repalash/threepipe.git",
    "directory": "plugins/gaussian-splatting"
  }
}
