{
  "name": "@vgai/editor-sdk",
  "author": "Volter AI, Inc.",
  "license": "Apache-2.0",
  "version": "0.5.57",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/volter-ai/vgai-engine.git",
    "directory": "packages/editor-sdk"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src"
  ],
  "exports": {
    ".": "./src/index.ts",
    "./contributions": "./src/contributions.ts",
    "./document-probe": "./src/document-probe.ts",
    "./extension": "./src/extension.ts",
    "./share": "./src/share.ts",
    "./layouts": "./src/layouts.tsx",
    "./layout-arrangements": "./src/layout-arrangements.ts",
    "./host": "./src/host.ts",
    "./looks": "./src/looks.ts",
    "./commands": "./src/commands.ts"
  },
  "dependencies": {
    "@types/three": "^0.180.0",
    "@vgai/sdk": "0.5.57",
    "undici": "^7.28.0"
  },
  "peerDependencies": {
    "@vgai/engine": "*",
    "react": "^19.0.0",
    "three": "^0.180.0"
  }
}
