1{ 2 "name": "@ohos/notes", 3 "description": "notes app for standard system.", 4 "version": "3.0", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "applications/standard/notes" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "notes", 14 "subsystem": "applications", 15 "syscap": [], 16 "features": [], 17 "adapted_system_type": [ 18 "standard" 19 ], 20 "rom": "0KB", 21 "ram": "0KB", 22 "deps": { 23 "components": [ 24 "ability_base", 25 "ability_runtime", 26 "relational_store", 27 "hiviewdfx_hilog_native", 28 "web_webview", 29 "resourceManager", 30 "medialibrary_standard" 31 ], 32 "third_party": [] 33 }, 34 "build": { 35 "sub_component": [], 36 "inner_kits": [], 37 "test": [] 38 } 39 } 40}