1{ 2 "name": "@ohos/packing_tool", 3 "version": "3.2", 4 "license": "Apache License 2.0", 5 "publishAs": "code-segment", 6 "description": "packing_tool for openharmony", 7 "segment": { 8 "destPath": "developtools/packing_tool" 9 }, 10 "keywords": [ 11 "packing", 12 "unpacking" 13 ], 14 "component": { 15 "name": "packing_tool", 16 "subsystem": "developtools", 17 "adapted_system_type": [ "mini", "small", "standard" ], 18 "deps": { 19 "components": [ 20 "bounds_checking_function", 21 "cJSON", 22 "hilog", 23 "json", 24 "openssl", 25 "zlib" 26 ] 27 }, 28 "build": { 29 "sub_component": [ 30 "//developtools/packing_tool:packing_tool", 31 "//developtools/packing_tool:ohos_packing_tool" 32 ], 33 "test": [ 34 "//developtools/packing_tool/packing_tool/frameworks/test/unittest:unittest" 35 ] 36 } 37 } 38} 39