{
  "name": "@ankhorage/studio",
  "version": "2.0.7",
  "description": "Studio authoring package for Ankhorage apps",
  "license": "MIT",
  "homepage": "https://github.com/ankhorage/studio#readme",
  "bugs": {
    "url": "https://github.com/ankhorage/studio/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ankhorage/studio.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "main": "./dist/root.js",
  "types": "./dist/root.d.ts",
  "sideEffects": false,
  "workspaces": [
    ".",
    "apps/*"
  ],
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/root.d.ts",
      "import": "./dist/root.js"
    },
    "./app": {
      "types": "./dist/app/index.d.ts",
      "import": "./dist/app/index.js"
    },
    "./cli": {
      "types": "./dist/cli/index.d.ts",
      "import": "./dist/cli/index.js"
    },
    "./runtime": {
      "types": "./dist/runtime/index.d.ts",
      "import": "./dist/runtime/index.js"
    },
    "./runtime/actionSuppression": {
      "types": "./dist/runtime/actionSuppression.d.ts",
      "import": "./dist/runtime/actionSuppression.js"
    },
    "./runtime/appExtensionRegistry": {
      "types": "./dist/runtime/appExtensionRegistry.d.ts",
      "import": "./dist/runtime/appExtensionRegistry.js"
    },
    "./runtime/registry": {
      "types": "./dist/runtime/registry.d.ts",
      "import": "./dist/runtime/registry.js"
    },
    "./runtime/runtimeActions": {
      "types": "./dist/runtime/runtimeActions.d.ts",
      "import": "./dist/runtime/runtimeActions.js"
    },
    "./runtime/useRuntimeAction": {
      "types": "./dist/runtime/useRuntimeAction.d.ts",
      "import": "./dist/runtime/useRuntimeAction.js"
    },
    "./core/StudioContext": {
      "types": "./dist/core/StudioContext.d.ts",
      "import": "./dist/core/StudioContext.js"
    },
    "./core/StudioProvider": {
      "types": "./dist/core/StudioProvider.d.ts",
      "import": "./dist/core/StudioProvider.js"
    },
    "./core/studioPackageBoundary": {
      "types": "./dist/core/studioPackageBoundary.d.ts",
      "import": "./dist/core/studioPackageBoundary.js"
    },
    "./ui/AnkhStudio": {
      "types": "./dist/ui/AnkhStudio.d.ts",
      "import": "./dist/ui/AnkhStudio.js"
    },
    "./ui/useStudioAppBarAugmentation": {
      "types": "./dist/ui/useStudioAppBarAugmentation.d.ts",
      "import": "./dist/ui/useStudioAppBarAugmentation.js"
    },
    "./utils/treeUtils": {
      "types": "./dist/utils/treeUtils.d.ts",
      "import": "./dist/utils/treeUtils.js"
    },
    "./canvasDragModel": {
      "types": "./dist/canvasDragModel.d.ts",
      "import": "./dist/canvasDragModel.js"
    },
    "./canvasDropZones": {
      "types": "./dist/canvasDropZones.d.ts",
      "import": "./dist/canvasDropZones.js"
    },
    "./insertModalModel": {
      "types": "./dist/insertModalModel.d.ts",
      "import": "./dist/insertModalModel.js"
    },
    "./manifestState": {
      "types": "./dist/manifestState.d.ts",
      "import": "./dist/manifestState.js"
    },
    "./bindingAuthoringModel": {
      "types": "./dist/bindingAuthoringModel.d.ts",
      "import": "./dist/bindingAuthoringModel.js"
    },
    "./propertiesAuthoringModel": {
      "types": "./dist/propertiesAuthoringModel.d.ts",
      "import": "./dist/propertiesAuthoringModel.js"
    },
    "./manifestSync": {
      "types": "./dist/manifestSync.d.ts",
      "import": "./dist/manifestSync.js"
    },
    "./projectAuthHealth": {
      "types": "./dist/projectAuthHealth.d.ts",
      "import": "./dist/projectAuthHealth.js"
    },
    "./projectSecretUsage": {
      "types": "./dist/projectSecretUsage.d.ts",
      "import": "./dist/projectSecretUsage.js"
    },
    "./routeUtils": {
      "types": "./dist/routeUtils.d.ts",
      "import": "./dist/routeUtils.js"
    },
    "./runtimeDiagnosticsModel": {
      "types": "./dist/runtimeDiagnosticsModel.d.ts",
      "import": "./dist/runtimeDiagnosticsModel.js"
    },
    "./studioAdminRouteModel": {
      "types": "./dist/studioAdminRouteModel.d.ts",
      "import": "./dist/studioAdminRouteModel.js"
    },
    "./studioSelectionModel": {
      "types": "./dist/studioSelectionModel.d.ts",
      "import": "./dist/studioSelectionModel.js"
    },
    "./host": {
      "types": "./dist/host/index.d.ts",
      "import": "./dist/host/index.js"
    },
    "./externalApiAuthoring": {
      "types": "./dist/externalApiAuthoring/index.d.ts",
      "import": "./dist/externalApiAuthoring/index.js"
    }
  },
  "ankh": {
    "category": "studio",
    "provider": "./dist/cli/index.js",
    "capabilities": [
      "studio.dev",
      "studio.projects.list",
      "studio.projects.create",
      "studio.projects.delete",
      "studio.projects.sync",
      "studio.workspace.install",
      "studio.secrets.list",
      "studio.secrets.create",
      "studio.secrets.replace",
      "studio.secrets.remove",
      "studio.apis.connect",
      "studio.apis.test"
    ]
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "typecheck": "tsc --noEmit -p tsconfig.json",
    "type-check": "bun run typecheck",
    "dev": "bun run dev:host & bun run dev:studio",
    "dev:studio": "bun run --cwd apps/studio web",
    "type-check:studio": "bun run --cwd apps/studio type-check",
    "lint": "ankhorage-eslint . --max-warnings=0",
    "lint:fix": "ankhorage-eslint . --fix --max-warnings=0",
    "format": "ankhorage-prettier --write .",
    "format:check": "ankhorage-prettier --check .",
    "knip": "ankhorage-knip",
    "test": "bun test",
    "test:acceptance:expo57-generated-app": "bun scripts/expo57-generated-app-acceptance.ts",
    "test:acceptance:expo57-generated-capabilities": "bun scripts/expo57-generated-capability-acceptance.ts",
    "test:acceptance:expo57-generated-navigation": "bun scripts/expo57-generated-navigation-acceptance.ts",
    "test:e2e": "bun run test:e2e:generated-app-web && bun run test:e2e:infra",
    "test:e2e:generated-app-web": "CHROME_PATH=\"${CHROME_PATH:-$(command -v google-chrome || command -v google-chrome-stable || command -v chromium || command -v chromium-browser || printf '%s' '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome')}\" ANKH_STUDIO_ADMIN_WEB_SMOKE=1 bun test src/host/generatedAdminExpoWeb.smoke.test.ts",
    "test:e2e:infra": "ANKH_STUDIO_INFRA_E2E=1 bun test src/host/studioInfra.e2e.test.ts",
    "test:smoke:studio-web": "ANKH_STUDIO_WORKSPACE_WEB_SMOKE=1 bun test src/host/studioWorkspaceExpoWeb.smoke.test.ts",
    "smoke:auth5-native:prepare": "bun scripts/auth5-native-oauth-smoke.ts",
    "smoke:auth5-native:infra": "bun scripts/auth5-native-oauth-smoke-infra.ts",
    "smoke:expo57-native": "bun scripts/expo57-native-capability-evidence.ts",
    "docs": "paradox",
    "changeset": "changeset",
    "changeset:status": "changeset status --since=origin/main",
    "version-packages": "changeset version",
    "dev:host": "bun src/host/http/standalone.ts",
    "test:host-smoke": "bun test src/host/hostLifecycle.smoke.test.ts"
  },
  "keywords": [
    "ankhorage",
    "studio",
    "authoring",
    "react-native",
    "app-builder",
    "oauth",
    "secret-store",
    "supabase-vault"
  ],
  "dependencies": {
    "@ankhorage/color-theory": "^0.0.8",
    "@ankhorage/contracts": "^8.0.0",
    "@ankhorage/data-sources": "^2.0.0",
    "@ankhorage/deploy": "^0.12.0",
    "@ankhorage/expo-runtime": "^3.0.4",
    "@ankhorage/infra": "^4.1.2",
    "@ankhorage/orchestrator": "^0.3.1",
    "@ankhorage/orchestrator-module-expo-google-fonts": "^0.2.1",
    "@ankhorage/orchestrator-module-expo-localization": "^0.6.0",
    "@ankhorage/react-native-reanimated-dnd-web": "^0.4.0",
    "@ankhorage/runtime": "^2.2.0",
    "@ankhorage/supabase-auth": "^1.2.5",
    "@ankhorage/supabase-storage": "^0.2.0",
    "@ankhorage/supabase-vault": "^0.2.4",
    "@ankhorage/templates": "^7.0.0",
    "@ankhorage/zora": "^3.0.0",
    "@ankhorage/zora-chess": "^0.1.2",
    "@ankhorage/zora-tabletop": "^0.0.5",
    "@fastify/cors": "^11.2.0",
    "expo-document-picker": "~57.0.1",
    "expo-file-system": "~57.0.5",
    "fastify": "^5.7.4"
  },
  "peerDependencies": {
    "@react-native-picker/picker": "2.11.4",
    "@react-native-vector-icons/fontawesome": "^13.1.3",
    "@react-native-vector-icons/fontawesome5": "^13.1.3",
    "@react-native-vector-icons/fontawesome6": "^13.1.3",
    "@react-native-vector-icons/ionicons": "^13.1.3",
    "expo": "~57.0.15",
    "expo-constants": "~57.0.13",
    "expo-router": "~57.0.15",
    "expo-status-bar": "~57.0.1",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "react-native": "0.86.2",
    "react-native-gesture-handler": "~2.32.0",
    "react-native-reanimated": "4.5.1",
    "react-native-safe-area-context": "~5.7.0",
    "react-native-screens": "~4.26.0",
    "react-native-web": "~0.21.0",
    "react-native-worklets": "0.10.1"
  },
  "devDependencies": {
    "@ankhorage/ankh": "^0.8.1",
    "@ankhorage/devtools": "^1.6.0",
    "@ankhorage/paradox": "^0.1.21",
    "@changesets/cli": "^2.31.0",
    "@types/bun": "^1.3.14",
    "@types/node": "^24.13.3",
    "@types/react": "^19.2.14",
    "typescript": "~6.0.3"
  },
  "packageManager": "bun@1.3.14"
}
