{
  "name": "create-aura3d",
  "version": "2.0.3",
  "type": "module",
  "bin": {
    "create-aura3d": "dist/cli.js"
  },
  "files": [
    "README.md",
    "dist",
    "templates/product-viewer",
    "templates/cinematic-scene",
    "templates/mini-game",
    "templates/racing-starter",
    "templates/falling-blocks-starter",
    "templates/fighting-game",
    "templates/animation-channel",
    "templates/prompt-animation-channel",
    "templates/animation-studio",
    "templates/episode-builder",
    "templates/character-controller",
    "templates/three-compat-premium-product-viewer",
    "templates/three-compat-architecture-interior",
    "templates/three-compat-material-authoring",
    "templates/three-compat-asset-inspector",
    "templates/three-compat-character-viewer",
    "templates/three-compat-postprocess-scene",
    "templates/three-compat-custom-threejs-migration",
    "templates/three-compat-large-scene",
    "!templates/**/node_modules/**",
    "!templates/**/node_modules.publish-aside/**",
    "!templates/**/dist/**",
    "!templates/**/.turbo/**",
    "!templates/**/coverage/**",
    "!templates/**/test-results/**",
    "!templates/**/playwright-report/**",
    "!templates/**/tests/reports/**",
    "!templates/**/package-lock.json",
    "!templates/**/.DS_Store",
    "!templates/**/*.png",
    "!templates/**/*.jpg",
    "!templates/**/*.jpeg",
    "!templates/**/*.csv"
  ],
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@aura3d/asset-index": "2.0.3"
  },
  "description": "Start real Aura3D browser 3D apps in one command with Vite templates, typed GLB/glTF assets, route-health tests, screenshots, and deploy-ready structure.",
  "keywords": [
    "create-aura3d",
    "vite",
    "vite-template",
    "3d",
    "3d-template",
    "3d-starter",
    "3d-scaffold",
    "browser-3d",
    "web-3d",
    "webgl",
    "typescript",
    "typescript-3d",
    "ai-agents",
    "coding-agents",
    "prompt-to-3d",
    "prompt-to-code",
    "gltf",
    "glb",
    "typed-assets",
    "product-viewer",
    "product-configurator",
    "cinematic-scene",
    "mini-game",
    "fighting-game",
    "game-prototype",
    "prompt-animation-channel",
    "animation-channel",
    "animation-studio",
    "episode-builder",
    "prompt-to-video"
  ],
  "homepage": "https://aura3d.auraone.ai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/auraoneai/aura3d.git",
    "directory": "packages/create-aura3d"
  },
  "bugs": {
    "url": "https://github.com/auraoneai/aura3d/issues"
  },
  "license": "MIT"
}