1{ 2 "name": "@ohos/freetype", 3 "description": "FreeType is a freely available software library to render fonts.", 4 "version": "3.1", 5 "license": "The FreeType Project", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "third_party/freetype" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "licensePath": "docs/LICENSE.TXT", 13 "readmePath": { 14 "en": "docs/README" 15 }, 16 "component": { 17 "name": "freetype", 18 "subsystem": "thirdparty", 19 "syscap": [], 20 "features": [], 21 "adapted_system_type": [ "mini","small" ], 22 "rom": "", 23 "ram": "", 24 "deps": { 25 "components": [], 26 "third_party": [ 27 "libpng", 28 "zlib" 29 ] 30 }, 31 "build": { 32 "sub_component": [], 33 "inner_kits": [], 34 "test": [] 35 } 36 } 37}