bundle.json 471 字节
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
{
    "name": "@ohos/unity",
    "version": "1.8.0",
    "license": "Apache V2",
    "description": "Simple Unit Testing for C",
    "publishAs": "code-segment",
    "scripts": {
        "install": "DEST_PATH=${DEP_BUNDLE_BASE}/third_party/unity && mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
    },
    "keywords": [
        "unity"
    ],
    "tags": [
        "third_party"
    ],
    "ohos": {
        "os": "1.0.0",
        "kernel": "",
        "board": ""
    }
}