1{ 2 "name": "@ohos/hiappevent_js", 3 "description": "Event logging provided for js application", 4 "version": "3.1", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "base/hiviewdfx/hiappevent" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "hiappevent_js", 14 "subsystem": "hiviewdfx", 15 "syscap": [ 16 "SystemCapability.HiviewDFX.HiAppEvent" 17 ], 18 "adapted_system_type": [ 19 "standard" 20 ], 21 "rom": "", 22 "ram": "", 23 "deps": { 24 "components": [ 25 "hilog_native", 26 "napi", 27 "relational_store" 28 ], 29 "third_party": [] 30 }, 31 "build": { 32 "sub_component": [ 33 "//base/hiviewdfx/hiappevent/frameworks/js/napi:hiappevent", 34 "//base/hiviewdfx/hiappevent/frameworks/js/napi:hiappevent_v9" 35 ], 36 "inner_kits": [], 37 "test": [] 38 } 39 } 40}