@gltf-transform/functions
Version:
Functions for common glTF modifications, written using the core API
58 lines (57 loc) • 1.47 kB
JSON
{
"name": "@gltf-transform/functions",
"version": "4.2.0",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.dev/functions.html",
"description": "Functions for common glTF modifications, written using the core API",
"author": "Don McCurdy <dm@donmccurdy.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/donmccurdy",
"type": "module",
"sideEffects": false,
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/functions.cjs",
"default": "./dist/functions.modern.js"
},
"types": "./dist/index.d.ts",
"main": "./dist/functions.cjs",
"module": "./dist/functions.modern.js",
"source": "./src/index.ts",
"browserslist": [
"defaults",
"not IE 11",
"node >= 14"
],
"scripts": {
"build": "microbundle --format modern,cjs --no-compress",
"build:watch": "microbundle watch --format modern,cjs --no-compress"
},
"keywords": [
"gltf",
"3d",
"model",
"webgl",
"threejs"
],
"dependencies": {
"@gltf-transform/core": "^4.2.0",
"@gltf-transform/extensions": "^4.2.0",
"ktx-parse": "^1.0.0",
"ndarray": "^1.0.19",
"ndarray-lanczos": "^0.3.0",
"ndarray-pixels": "^4.1.0"
},
"files": [
"dist/",
"src/",
"README.md",
"LICENSE.md",
"package.json",
"package-lock.json"
],
"publishConfig": {
"access": "public"
},
"gitHead": "8cfa0a873782b496475fd1dc30ce65829624a16f"
}