Files
2020-09-10 10:22:30 +08:00

23 lines
724 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "@ohos/xts",
"version": "1.8.0",
"publishAs": "code-segment",
"description": "XTS是OpenHarmony生态认证测试套件的集合,当前包括actsapplication compatibility test suite)应用兼容性测试套,后续会拓展dctsdevice compatibility test suite)设备兼容性测试套等。",
"scripts": {
"install": "DEST_PATH=${DEP_BUNDLE_BASE}/test &&mkdir -p $DEST_PATH && cp -r ./* $DEST_PATH"
},
"keywords": [
"xts"
],
"license": "Apache V2",
"repository": "",
"homepage": "",
"tags": [
"test"
],
"ohos": {
"os": "1.0.0",
"kernel": "liteos-m,liteos-a",
"board": "hi3516,hi3518,hi3861"
}
}