{
  "name": "drei-splat-utils",
  "version": "1.14.6",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "description": "drei-inspired helpers for threejs",
  "keywords": [
    "drei",
    "three",
    "threejs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vadzim-rakevich-softensity/drei-vanilla.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vadzim-rakevich-softensity/drei-vanilla/issues"
  },
  "homepage": "https://github.com/vadzim-rakevich-softensity/drei-vanilla",
  "maintainers": [
    "VishaL (https://github.com/vis-prime)",
    "Paul Henschel (https://github.com/drcmda)",
    "Gianmarco Simone (https://github.com/gsimone)",
    "Marco Perego (https://github.com/emmelleppi)",
    "Josh Ellis (https://github.com/joshuaellis)",
    "Antoine BERNIER (https://github.com/abernier)"
  ],
  "main": "index.cjs.js",
  "module": "index.js",
  "types": "index.d.ts",
  "sideEffects": false,
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ],
    "rules": {
      "body-max-line-length": [
        0
      ]
    }
  },
  "dependencies": {
    "troika-three-text": "0.47.2"
  },
  "peerDependencies": {
    "three": ">=0.137"
  }
}
