{
"name": "@ohos/xmpp_debug",
"version": "1.0.2",
"repository": "https://gitcode.com/openharmony-tpc/openharmony_tpc_samples/tree/master/xmpp_debug",
"description": "在Openharmony上提供了一个针对XMPP(Extensible Messaging and Presence Protocol,扩展消息和在线状态协议)开发的调试工具库",
"main": "index.js",
"types": "index.d.ts",
"type": "module",
"author": "tpc",
"license": "ISC License",
"dependencies": {
"@ohos/xmpp_xml": "^1.0.0",
"@ohos/xmpp_connection": "^1.0.0"
},
"devDependencies": {},
"dynamicDependencies": {}
}