| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "@gltf-transform/functions",
- "version": "4.4.2",
- "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,
- "main": "./dist/index.cjs",
- "module": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "exports": {
- "require": {
- "types": "./dist/index.d.cts",
- "default": "./dist/index.cjs"
- },
- "default": {
- "types": "./dist/index.d.ts",
- "default": "./dist/index.js"
- }
- },
- "scripts": {
- "build": "tsdown --env.PACKAGE_VERSION=$npm_package_version",
- "build:watch": "tsdown --watch --env.PACKAGE_VERSION=$npm_package_version"
- },
- "keywords": [
- "gltf",
- "3d",
- "model",
- "webgl",
- "threejs"
- ],
- "dependencies": {
- "@gltf-transform/core": "^4.4.2",
- "@gltf-transform/extensions": "^4.4.2",
- "ktx-parse": "^1.1.0",
- "ndarray": "^1.0.19",
- "ndarray-lanczos": "^0.3.0",
- "ndarray-pixels": "^5.0.1"
- },
- "files": [
- "dist/",
- "src/",
- "README.md",
- "LICENSE.md",
- "package.json",
- "package-lock.json"
- ],
- "publishConfig": {
- "access": "public"
- },
- "gitHead": "dd665ec2862382df7f4fa9c9f0db9bb593326d62"
- }
|