@gltf-transform/core
Version:
glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.
55 lines (54 loc) • 1.26 kB
JSON
{
"name": "@gltf-transform/core",
"version": "4.4.2",
"repository": "github:donmccurdy/glTF-Transform",
"homepage": "https://gltf-transform.dev/",
"description": "glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.",
"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"
],
"files": [
"dist/",
"src/",
"README.md",
"LICENSE.md",
"package-lock.json"
],
"browser": {
"fs": false,
"path": false
},
"dependencies": {
"property-graph": "^4.1.0"
},
"mangle": {
"regex": "^_"
},
"gitHead": "dd665ec2862382df7f4fa9c9f0db9bb593326d62"
}