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 "c_utils", 35 "json", 36 "zlib" 37 ], 38 "third_party": [ 39 "bzip2", 40 "openssl", 41 "jsoncpp" 42 ] 43 }, 44 "build": { 45 "sub_component": [ 46 "//developtools/hapsigner/hapsigntool_cpp:hap-sign-tool" 47 ], 48 "inner_kits": [], 49 "test": [ 50 "//developtools/hapsigner/hapsigntool_cpp_test/unittest:hapsigntool_pc_unittest", 51 "//developtools/hapsigner/hapsigntool_cpp_test/fuzztest:hapsigntool_pc_fuzztest" 52 ] 53 } 54 } 55} 56