{
  "name": "@aura3d/workflows",
  "version": "1.4.5",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@aura3d/animation": "1.4.5",
    "@aura3d/engine": "1.4.5",
    "@aura3d/rendering": "1.4.5",
    "@aura3d/product-studio": "1.4.5",
    "@aura3d/scene": "1.4.5",
    "@aura3d/assets": "1.4.5"
  },
  "sideEffects": false,
  "description": "Asset viewer, product configurator, material studio, scene showcase, interactive scene, animation lab, comparison, and production workflow helpers for Aura3D.",
  "keywords": [
    "aura3d",
    "3d",
    "browser-3d",
    "web-3d",
    "typescript",
    "workflows",
    "asset-viewer",
    "product-configurator",
    "material-studio",
    "scene-showcase",
    "production-runtime"
  ],
  "homepage": "https://aura3d.auraone.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/auraoneai/aura3d.git",
    "directory": "packages/workflows"
  },
  "bugs": {
    "url": "https://github.com/auraoneai/aura3d/issues"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "dist"
  ]
}