{ "name": "@luma.gl/gltf", "version": "9.1.0", "description": "glTF support for luma.gl", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/visgl/luma.gl" }, "publishConfig": { "access": "public" }, "keywords": [ "webgl", "glsl", "debug", "3d" ], "types": "dist/index.d.ts", "main": "dist/index.cjs", "module": "dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "files": [ "src", "dist", "dist.min.js", "README.md" ], "sideEffects": false, "scripts": { "build-minified-bundle": "ocular-bundle ./bundle.ts --output=dist/dist.min.js", "build-dev-bundle": "ocular-bundle ./bundle.ts --output=dist/dist.dev.js --env=dev", "prepublishOnly": "npm run build-minified-bundle && npm run build-dev-bundle" }, "peerDependencies": { "@luma.gl/core": "^9.1.0-beta.1", "@luma.gl/engine": "^9.1.0-beta.1", "@luma.gl/shadertools": "^9.1.0-beta.1" }, "dependencies": { "@loaders.gl/core": "^4.2.0", "@loaders.gl/textures": "^4.2.0", "@math.gl/core": "^4.1.0" }, "gitHead": "e5cb5a93674bc7cc571c26dee4d2aef841fdff7f" }