bundle.json 622 字节
Newer Older
W
wenjun 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
    "name": "@ohos/hievent",
    "version": "1.8.0",
    "publishAs": "code-segment",
    "description": "为系统内业务组件提供故障、用户行为、功耗统计三类事件打点接口,支持对事件进行序列化。",
    "scripts": {
        "install": "DEST_PATH=${DEP_BUNDLE_BASE}/base/hiviewdfx/ &&mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
    },
    "keywords": [
        "hievent"
    ],
    "license": "Apache V2",
    "repository": "",
    "homepage": "",
    "tags": [
        "base"
    ],
    "ohos": {
        "os": "1.0.0",
        "kernel": "liteos-m",
        "board": "hi3861"
    }
}