feat: add bundle.json

Signed-off-by: pjscc <pangjiashuai@huawei.com>
This commit is contained in:
pjscc
2022-01-07 15:34:43 +08:00
parent aa3ce25f41
commit cf4012b7d1
+39
View File
@@ -0,0 +1,39 @@
{
"name": "@ohos/quickjs",
"version": "",
"description": "Third-party open-source software quickjs | 三方开源软件quickjs",
"homePage": "https://gitee.com/openharmony",
"license": "MIT",
"repository": "https://gitee.com/openharmony/third_party_quickjs",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"third_party"
],
"keywords": [
"third-party",
"quickjs"
],
"envs": [],
"dirs": [],
"segment": {
"destPath": "third_party/quickjs"
},
"component": {
"name": "thirdparty_quickjs",
"subsystem": "",
"syscap": [],
"features": [],
"adapted_system_type": [],
"rom": "",
"ram": "",
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}