1{ 2 "name": "@openharmony/auth_widget", 3 "version": "4.0", 4 "description": "User Authentication capability", 5 "license": "Apache License 2.0", 6 "publishAs": "code-segment", 7 "segment": { 8 "destPath": "applications/standard/auth_widget" 9 }, 10 "dirs": {}, 11 "scripts": {}, 12 "component": { 13 "name": "auth_widget", 14 "subsystem": "applications", 15 "features": [], 16 "adapted_system_type": [ 17 "standard" 18 ], 19 "rom": "860KB", 20 "ram": "0KB", 21 "deps": { 22 "components": [], 23 "third_party": [] 24 }, 25 "build": { 26 "sub_component": [], 27 "inner_kits": [], 28 "test": [] 29 } 30 } 31}