Files
third_party_ejdb/bundle.json
T
lyj_love_code 472ecd358b fix the bundle.json
Signed-off-by: lyj_love_code <liangyujian2@huawei.com>
2023-06-13 19:23:20 +08:00

36 lines
870 B
JSON

{
"name": "@ohos/ejdb",
"description": "Third-party open-source software ejdb | EJDB2 is an embeddable JSON database engine published under MIT license.",
"version": "3.1",
"license": "MIT",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/ejdb"
},
"dirs": {},
"scripts": {},
"component": {
"name": "ejdb",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": [
"iowow"
]
},
"build": {
"sub_component": [
"//third_party/ejdb:ejdb"
],
"inner_kits": [],
"test": []
}
}
}