Files
third_party_jsframework/bundle.json
T
kangchongtao 64fec855f7 jsframework 独立编译
Signed-off-by: kangchongtao <kangchongtao@huawei.com>
Change-Id: I0366f669c5dfe14b7c5a28f669efa9725842f41f
2025-05-22 21:22:03 +08:00

38 lines
910 B
JSON

{
"name": "@ohos/jsframework",
"description": "A framework for building performant mobile cross-platform UI.",
"version": "3.1",
"license": "Apache-2.0",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/jsframework"
},
"dirs": {},
"scripts": {},
"component": {
"name": "jsframework",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [
"css-what"
],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/jsframework:ark_build"
}
],
"test": []
}
}
}