mirror of
https://gitee.com/openharmony/commonlibrary_ets_utils
synced 2025-02-15 15:28:53 +00:00
feat: add bundle.json
Signed-off-by: Sang_Sang33 <wangzhu15@huawei.com>
This commit is contained in:
parent
4ce579ae65
commit
7276234403
56
bundle.json
Normal file
56
bundle.json
Normal file
@ -0,0 +1,56 @@
|
||||
{
|
||||
"name": "@ohos/js_api_module",
|
||||
"version": "",
|
||||
"description": "js_api_module, used to store the basic class library JSAPI, such as url, uri, etc.| 用于存放基础类库JSAPI,比如url、uri等",
|
||||
"homePage": "https://gitee.com/openharmony",
|
||||
"license": "Apache V2",
|
||||
"repository": "https://gitee.com/openharmony/js_api_module",
|
||||
"domain": "os",
|
||||
"language": "",
|
||||
"publishAs": "code-segment",
|
||||
"private": false,
|
||||
"scripts": {},
|
||||
"tags": [
|
||||
"js"
|
||||
],
|
||||
"keywords": [
|
||||
"js",
|
||||
"api",
|
||||
"module"
|
||||
],
|
||||
"envs": [],
|
||||
"dirs": [],
|
||||
"author": {
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "",
|
||||
"email": "",
|
||||
"url": ""
|
||||
}
|
||||
],
|
||||
"segment": {
|
||||
"destPath": "base/compileruntime/js_api_module"
|
||||
},
|
||||
"component": {
|
||||
"name": "js_api_module",
|
||||
"subsystem": "",
|
||||
"syscap": [],
|
||||
"features": [],
|
||||
"adapted_system_type": [],
|
||||
"rom": "",
|
||||
"ram": "",
|
||||
"deps": {
|
||||
"components": [],
|
||||
"third_party": []
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [],
|
||||
"inner_kits": [],
|
||||
"test": []
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user