arkcompiler_ets_runtime/bundle.json
wengchangcheng 0b947ac7d0 Descriptor: 部件化整改 ark -> arkcompiler
Details: 部件化整改 ark -> arkcompiler

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I5VJMH

Signed-off-by: wengchangcheng <wengchangcheng@huawei.com>
Change-Id: I01c72bafc95a7d469c9bb31cfcbac79b310dfac1
2022-10-13 22:23:53 +08:00

38 lines
1009 B
JSON
Raw 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/arkcompiler_ets_runtime",
"version": "",
"description": "支持应用TS/JS语言代码的运行行为符合ArkUI框架需要的Strict模式的ES2015标准",
"homePage": "https://gitee.com/openharmony",
"license": "Apache Liscense 2.0",
"publishAs": "code-segment",
"scripts": {},
"dirs": [],
"segment": {
"destPath": "arkcompiler/ets_runtime"
},
"component": {
"name": "ets_runtime",
"subsystem": "arkcompiler",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [
"//arkcompiler/ets_runtime:ark_js_packages"
],
"inner_kits": [],
"test": [
"//arkcompiler/ets_runtime:ark_js_unittest"
]
}
}
}