diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..64e773c7161c03a9cf3305dbb64a03aeb9aa7fd7 --- /dev/null +++ b/bundle.json @@ -0,0 +1,57 @@ +{ + "name": "@ohos/developtools_packing_tool", + "version": "3.0", + "description": "打包工具组件,包含打包、拆包和包解析三个功能模块", + "homePage": "https://gitee.com/openharmony", + "license": "Apache License 2.0", + "repository": "https://gitee.com/openharmony/developtools_packing_tool", + "domain": "os", + "language": "", + "publishAs": "code-segment", + "private": false, + "scripts": {}, + "tags": [ + "developtools" + ], + "keywords": [ + "developtools", + "packing", + "tool" + ], + "envs": {}, + "dirs": {}, + "author": { + "name": "", + "email": "", + "url": "" + }, + "contributors": [ + { + "name": "", + "email": "", + "url": "" + } + ], + "segment": { + "destPath": "developtools/packing_tool" + }, + "component": { + "name": "developtools_packing_tool", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [] + } + } +} +