{
  "name": "@ohos/arkui_idlize",
  "description": "IDL-based native binding generators for OpenHarmony ArkUI",
  "version": "6.0",
  "license": "Apache License 2.0",
  "publishAs": "code-segment",
  "segment": {
    "destPath": "foundation/arkui/idlize"
  },
  "dirs": {},
  "scripts": {},
  "component": {
    "name": "idlize",
    "subsystem": "arkui",
    "adapted_system_type": [
      "standard"
    ],
    "deps": {
      "components": [
        "ace_ets2bundle",
        "node"
      ],
      "third_party": []
    },
    "build": {
      "sub_component": [
        "//foundation/arkui/idlize:idlize_bundle"
      ],
      "inner_kits": [],
      "test": []
    }
  }
}