{
  "name": "@damienmortini/three",
  "version": "0.1.196",
  "description": "Three.js helpers",
  "keywords": [
    "three",
    "3d",
    "helpers",
    "library"
  ],
  "homepage": "https://github.com/damienmortini/lib/tree/main/packages/three",
  "bugs": "https://github.com/damienmortini/lib/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/damienmortini/lib",
    "directory": "packages/three"
  },
  "license": "ISC",
  "author": "Damien Mortini",
  "type": "module",
  "main": "index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "copyexamples": "node copyExamples.js",
    "generateTypes": "npx -p typescript tsc index.js --declaration --allowJs --emitDeclarationOnly --outDir types"
  },
  "dependencies": {
    "@damienmortini/core": "^0.2.157",
    "fs-extra": "^11.2.0",
    "three": "0.169.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "ed5b3488a3ef63b7ab9e18f3629e3eaf52f203d8"
}
