{
    "name": "@types/three",
    "version": "0.184.0",
    "description": "TypeScript definitions for three",
    "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/three",
    "license": "MIT",
    "contributors": [
        {
            "name": "Josh Ellis",
            "githubUsername": "joshuaellis",
            "url": "https://github.com/joshuaellis"
        },
        {
            "name": "Nathan Bierema",
            "githubUsername": "Methuselah96",
            "url": "https://github.com/Methuselah96"
        }
    ],
    "type": "module",
    "main": "",
    "types": "index.d.ts",
    "exports": {
        ".": {
            "import": "./build/three.module.js",
            "require": "./build/three.cjs"
        },
        "./examples/fonts/*": "./examples/fonts/*",
        "./examples/jsm/*": "./examples/jsm/*",
        "./addons": "./examples/jsm/Addons.js",
        "./addons/*": "./examples/jsm/*",
        "./src/*": "./src/*",
        "./webgpu": "./build/three.webgpu.js",
        "./tsl": "./build/three.tsl.js",
        "./package.json": "./package.json"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
        "directory": "types/three"
    },
    "scripts": {},
    "dependencies": {
        "@dimforge/rapier3d-compat": "~0.12.0",
        "@tweenjs/tween.js": "~23.1.3",
        "@types/stats.js": "*",
        "@types/webxr": ">=0.5.17",
        "fflate": "~0.8.2",
        "meshoptimizer": "~1.1.1"
    },
    "peerDependencies": {},
    "typesPublisherContentHash": "f8c904fe9436f52dd99554bc6148a82c9f37b2ffaef52f8ce72cbbda13d43ceb",
    "typeScriptVersion": "5.3"
}