{
  "name": "@pmndrs/vanilla",
  "version": "1.25.0",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "description": "drei-inspired helpers for threejs",
  "keywords": [
    "drei",
    "three",
    "threejs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pmndrs/drei-vanilla.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pmndrs/drei-vanilla/issues"
  },
  "homepage": "https://github.com/pmndrs/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": {
    "glsl-noise": "^0.0.0",
    "meshline": "^3.3.1"
  },
  "peerDependencies": {
    "three": ">=0.137"
  },
  "packageManager": "yarn@1.22.22"
}
