{ "name": "@gltf-transform/split", "version": "0.3.3", "repository": "github:donmccurdy/glTF-Transform", "description": "Splits the binary payload of a glTF file", "main": "dist/split.js", "module": "dist/split.module.js", "source": "src/split.ts", "types": "dist/split.d.ts", "scripts": { "dist": "microbundle", "watch": "microbundle watch" }, "keywords": [ "gltf", "3d", "model", "webgl", "threejs" ], "author": "Don McCurdy ", "license": "MIT", "dependencies": { "@gltf-transform/core": "^0.3.3" }, "files": [ "dist/", "src/", "README.md", "package.json", "package-lock.json" ], "gitHead": "dc590cd720a6a40ace781edf1b68262b0c0ab674" }