bundle.json 799 字节
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/developer_test",
    "version": "1.8.0",
    "publishAs": "code-segment",
    "description": "开发过程采用测试驱动开发模式,开发者基于系统新增特性可以通过开发者自己开发用例保证,对于系统已有特性的修改,也可通过修改项目中原有自测试用例保证,开发者自测试旨在帮助开发者在开发阶段就能开发出高质量代码",
    "scripts": {
        "install": "DEST_PATH=${DEP_BUNDLE_BASE}/test &&mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
    },
    "keywords": [
        "test"
    ],
    "license": "Apache V2",
    "repository": "",
    "homepage": "",
    "tags": [
        "test"
    ],
    "ohos": {
        "os": "1.0.0",
        "kernel": "liteos-a",
        "board": "hi3516,hi3518"
    }
}