mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 18:20:04 +00:00
2d2edbdc2d
Signed-off-by: wangjiahui <wangjiahui27@huawei.com>
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
||
"name": "@ohos/ark_js_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": "ark/js_runtime"
|
||
},
|
||
"component": {
|
||
"name": "ark_js_runtime",
|
||
"subsystem": "ark",
|
||
"syscap": [],
|
||
"features": [],
|
||
"adapted_system_type": [
|
||
"standard"
|
||
],
|
||
"rom": "",
|
||
"ram": "",
|
||
"deps": {
|
||
"components": [],
|
||
"third_party": []
|
||
},
|
||
"build": {
|
||
"sub_component": [
|
||
"//ark/js_runtime:ark_js_packages",
|
||
"//ark/js_runtime:ark_js_host_linux_tools_packages"
|
||
],
|
||
"inner_kits": [],
|
||
"test": [
|
||
"//ark/js_runtime:ark_js_unittest"
|
||
]
|
||
}
|
||
}
|
||
}
|