Files
third_party_jsframework/bundle.json
lixinnan f4b51cc55b fix Apache 规范
Signed-off-by: lixinnan <lixinnan1@huawei.com>
Change-Id: Iab99d9cb2587b410e6e8ec277c60a634a8153ab8
2024-12-12 19:10:22 +08:00

36 lines
870 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": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [
{
"name": "//third_party/jsframework:ark_build"
}
],
"test": []
}
}
}