XuqmGroup-RNSDK/packages/im/package.json
XuqmGroup 4e80b0bf4e fix: rn-log ErrorCapture 类型修复 + 依赖版本对齐
- ErrorCapture.ts: global → globalThis,移除 declare global 冲突
- index.ts: 移除不存在的 UpdateDownloadProgress 导出
- 各 package.json 版本号对齐

Co-Authored-By: Claude <noreply@anthropic.com>
2026-06-16 13:10:16 +08:00

28 行
734 B
JSON

{
"name": "@xuqm/rn-im",
"version": "0.2.2-SNAPSHOT",
"description": "XuqmGroup RN SDK — IM module (single chat, group chat, 13 message types)",
"license": "UNLICENSED",
"main": "src/index.ts",
"react-native": "src/index.ts",
"types": "src/index.ts",
"private": false,
"publishConfig": {
"registry": "https://nexus.xuqinmin.com/repository/npm-hosted/"
},
"scripts": {
"typecheck": "tsc --noEmit",
"test": "tsc -p tsconfig.test.json && node --test dist-test/tests/runtime.test.js"
},
"dependencies": {
"@xuqm/rn-common": ">=0.2.2"
},
"peerDependencies": {
"@nozbe/watermelondb": ">=0.27.0",
"react-native": ">=0.76.0"
},
"devDependencies": {
"typescript": "^5.9.3"
}
}