1{ 2 "name": "@ohos/hapsigner", 3 "version": "3.1", 4 "description": "hap包签名工具,支持.hsp、.hqf、.hap和.app等文件签名", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache License 2.0", 7 "repository": "https://gitee.com/openharmony/developtools_hapsigner", 8 "domain": "os", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "tags": [ 14 "developtools" 15 ], 16 "keywords": [ 17 "hapsigner" 18 ], 19 "envs": {}, 20 "dirs": {}, 21 "segment": { 22 "destPath": "developtools/hapsigner" 23 }, 24 "component": { 25 "name": "hapsigner", 26 "subsystem": "developtools", 27 "syscap": [], 28 "features": [], 29 "adapted_system_type": [ "standard" ], 30 "rom": "0KB", 31 "ram": "0KB", 32 "deps": { 33 "components": [ 34 "bounds_checking_function", 35 "c_utils", 36 "elfio", 37 "json", 38 "openssl", 39 "zlib", 40 "hilog" 41 ], 42 "third_party": [ 43 "bzip2", 44 "openssl", 45 "jsoncpp" 46 ] 47 }, 48 "build": { 49 "sub_component": [ 50 "//developtools/hapsigner/binary_sign_tool:binary-sign-tool", 51 "//developtools/hapsigner/hapsigntool_cpp:hap-sign-tool" 52 ], 53 "inner_kits": [], 54 "test": [ 55 "//developtools/hapsigner/hapsigntool_cpp_test/unittest:hapsigntool_pc_unittest", 56 "//developtools/hapsigner/hapsigntool_cpp_test/fuzztest:hapsigntool_pc_fuzztest" 57 ] 58 } 59 } 60} 61