| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "@gltf-transform/extensions",
- "version": "4.4.2",
- "repository": "github:donmccurdy/glTF-Transform",
- "homepage": "https://gltf-transform.dev/extensions.html",
- "description": "Adds extension support to @gltf-transform/core",
- "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",
- "ktx-parse": "^1.1.0"
- },
- "files": [
- "dist/",
- "src/",
- "README.md",
- "LICENSE.md"
- ],
- "gitHead": "dd665ec2862382df7f4fa9c9f0db9bb593326d62"
- }
|