1{ 2 "name": "@ohos/packing_tool", 3 "version": "", 4 "description": "", 5 "homePage": "https://gitee.com/openharmony", 6 "license": "Apache V2", 7 "repository": "https://gitee.com/openharmony/developtools_packing_tool", 8 "domain": "os", 9 "language": "", 10 "publishAs": "code-segment", 11 "private": false, 12 "scripts": {}, 13 "tags": [ 14 "developtools" 15 ], 16 "keywords": [ 17 "developtools", 18 "packing", 19 "tool" 20 ], 21 "envs": {}, 22 "dirs": {}, 23 "author": { 24 "name": "", 25 "email": "", 26 "url": "" 27 }, 28 "contributors": [ 29 { 30 "name": "", 31 "email": "", 32 "url": "" 33 } 34 ], 35 "segment": { 36 "destPath": "developtools/packing_tool" 37 }, 38 "component": { 39 "name": "packing_tool", 40 "subsystem": "", 41 "syscap": [], 42 "features": [], 43 "adapted_system_type": [], 44 "rom": "", 45 "ram": "", 46 "deps": { 47 "components": [], 48 "third_party": [] 49 }, 50 "build": { 51 "sub_component": [], 52 "inner_kits": [], 53 "test": [] 54 } 55 } 56}