{
  "name": "wtd-three-ext",
  "version": "4.0.1",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./bundle": {
      "types": "./dist/index.d.ts",
      "default": "./bundle/index.js"
    }
  },
  "typesVersions": {
    "*": {
      ".": [
        "dist/index"
      ],
      "bundle": [
        "dist/index"
      ]
    }
  },
  "files": [
    "dist",
    "bundle",
    "src",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "clean": "shx rm -fr *.tsbuildinfo dist bundle",
    "doc": "shx rm -fr docs && typedoc --plugin typedoc-plugin-markdown --out docs src/index.ts",
    "compile": "tsc -b",
    "build:bundle": "vite --config vite.bundle.config.ts build",
    "build": "npm run clean && npm run compile && npm run build:bundle"
  },
  "volta": {
    "node": "20.17.0",
    "npm": "10.8.3"
  },
  "dependencies": {
    "wtd-core": "~4.0.1",
    "three": "~0.169.0"
  },
  "devDependencies": {
    "@types/three": "~0.169.0"
  },
  "peerDependencies": {
    "three": ">= 0.137.5 < 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kaisalmen/wtd",
    "directory": "packages/wtd"
  },
  "homepage": "https://github.com/kaisalmen/wtd/blob/main/packages/wtd-three-ext/README.md",
  "bugs": "https://github.com/kaisalmen/wtd/issues",
  "author": {
    "name": "kaisalmen",
    "url": "https://www.kaisalmen.de"
  }
}
