{
  "name": "@holoscript/platform",
  "version": "6.1.6",
  "description": "Enterprise platform layer for HoloScript (security, web3, identity, registry)",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": [
    "./src/traits/visual/index.ts",
    "./dist/traits/index.js"
  ],
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist",
    "wit",
    "!dist/**/*.map",
    "LICENSE",
    "README.md"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.js",
      "require": "./dist/*.cjs"
    },
    "./wit/package-ir": "./wit/package-ir.wit"
  },
  "keywords": [
    "holoscript",
    "vr",
    "ar",
    "xr",
    "webxr",
    "virtual-reality",
    "spatial-computing",
    "parser",
    "ast",
    "compiler",
    "runtime",
    "3d",
    "threejs",
    "digital-twin",
    "iot",
    "declarative"
  ],
  "author": "Brian X Base Team",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/brianonbased-dev/HoloScript#readme",
  "bugs": {
    "url": "https://github.com/brianonbased-dev/HoloScript/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/brianonbased-dev/HoloScript.git",
    "directory": "packages/platform"
  },
  "dependencies": {
    "@holoscript/agent-protocol": "^8.7.0",
    "@holoscript/core-types": "^6.1.0",
    "jose": "^6.2.2",
    "jsonwebtoken": "^9.0.2",
    "zod": "^4.3.6"
  },
  "optionalDependencies": {
    "@gltf-transform/core": "^3.7.0",
    "@gltf-transform/extensions": "^3.7.0",
    "@gltf-transform/functions": "^3.7.0",
    "@huggingface/transformers": "^3.8.1",
    "@noble/post-quantum": "^0.6.0",
    "basis_universal": "^1.0.0",
    "discord.js": "^14.21.0",
    "dotenv": "^16.4.5",
    "draco3d": "^1.5.6",
    "ipfs-http-client": "^60.0.1",
    "openai": "^6.32.0",
    "pixelmatch": "^5.3.0",
    "pngjs": "^7.0.0",
    "three": "^0.182.0",
    "tree-sitter": "0.22.4",
    "tree-sitter-go": "^0.23.4",
    "tree-sitter-javascript": "^0.23.1",
    "tree-sitter-python": "^0.23.6",
    "tree-sitter-rust": "^0.24.0",
    "tree-sitter-typescript": "^0.23.2",
    "web-tree-sitter": "^0.24.0",
    "ws": "^8.21.0"
  },
  "peerDependencies": {
    "@pixiv/three-vrm": "^2.0.0",
    "ioredis": "^5.3.0",
    "puppeteer": "^23.0.0",
    "react": "^19.2.0"
  },
  "peerDependenciesMeta": {
    "@pixiv/three-vrm": {
      "optional": true
    },
    "ioredis": {
      "optional": true
    },
    "puppeteer": {
      "optional": true
    },
    "react": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/pixelmatch": "^5.2.6",
    "@types/pngjs": "^6.0.5",
    "@types/three": "^0.170.0",
    "@types/ws": "^8.18.1",
    "@vitest/coverage-v8": "^4.1.5",
    "@webgpu/types": ">=0.1.40",
    "tsup": "^8.0.1",
    "typedoc": "^0.28.19",
    "typescript": "~5.9.3",
    "vitest": "^4.1.5"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "typecheck:public": "tsc -p test-d/tsconfig.json --noEmit",
    "test": "vitest run --config vitest.config.ts",
    "test:coverage": "vitest run --config vitest.config.ts --coverage",
    "test:watch": "vitest"
  }
}