1{ 2 "name": "@ohos/wukong", 3 "version": "3.1", 4 "description": "Automatic Stability Test Tool", 5 "publishAs": "code-segment", 6 "license": "Apache 2.0", 7 "segment": { 8 "destPath": "test/ostest/wukong" 9 }, 10 "component": { 11 "name": "wukong", 12 "subsystem": "test", 13 "syscap": [ 14 "SystemCapability.Test.WuKong" 15 ], 16 "features": [], 17 "adapted_system_type": [ 18 "standard" 19 ], 20 "rom": "100KB", 21 "ram": "100KB", 22 "deps": { 23 "components": [ 24 "ability_base", 25 "ability_runtime", 26 "accessibility", 27 "bundle_framework", 28 "common_event_service", 29 "hisysevent_native", 30 "hiviewdfx_hilog_native", 31 "input", 32 "ipc", 33 "multimedia_image_framework", 34 "resource_management", 35 "samgr", 36 "c_utils", 37 "window_manager" 38 ], 39 "third_party": [] 40 }, 41 "build": { 42 "sub_component": [ 43 "//test/ostest/wukong:wukong" 44 ], 45 "inner_kits": [], 46 "test": [] 47 } 48 } 49} 50