@types/three
Version:
TypeScript definitions for three
54 lines • 1.74 kB
JSON
{
"name": "@types/three",
"version": "0.183.1",
"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",
"@webgpu/types": "*",
"fflate": "~0.8.2",
"meshoptimizer": "~1.0.1"
},
"peerDependencies": {},
"typesPublisherContentHash": "468e3745918d138cd544eeb6d2918750f9ada85b28e98751fe1bca8bc9875fa9",
"typeScriptVersion": "5.2"
}