{
  "packageName": "UnifiedControl",
  "productVersion": "1.0.0",
  "developmentVersion": "dev-0.7.2",
  "apiVersion": "0.7",
  "contractVersion": "0.5",
  "buildVersion": "20260624.002",
  "publicEntry": "scripts/main.js",
  "versionMetadata": "VERSION.json",
  "runtimeRequired": [
    "VERSION.json",
    "PACKAGE_MANIFEST.json",
    "scripts/",
    "themes/base/"
  ],
  "runtimeOptional": [
    "themes/flat/",
    "demo/",
    "docs/"
  ],
  "directoryRoles": {
    "scripts/": "Runtime AMD package",
    "scripts/controls/": "Host-facing UI Control classes including Control, ContentControl and DesignerControl",
    "scripts/commands/": "Command and shortcut framework",
    "scripts/models/": "State, event, and selection models",
    "scripts/components/": "Reusable UI and layout component definitions with Property Schema v1 and Event Schema v1",
    "scripts/designer/": "Generic Control designer canvas foundation",
    "scripts/workbench/": "Dockable workbench views",
    "scripts/properties/": "Property editor registry and property/event grid views",
    "scripts/services/": "Runtime service layer including File I/O callback, content package, dialog, safe preview, workbench layout persistence and script security policy services",
    "scripts/utils/": "Shared utility functions",
    "themes/": "Runtime theme resources",
    "demo/": "Host integration examples",
    "docs/": "Human-readable documentation",
    "scripts/definitions/": "ControlContent schema, event handler schema, serialization, validation and migration services",
    "scripts/runtime/": "Runtime Control, renderer, event binding and restricted script execution services.",
    "scripts/adapters/": "Schema adapters such as FormSchemaAdapter for UnifiedForm migration."
  },
  "developmentMilestone": "0.7.2"
}
