22 行
579 B
JSON
22 行
579 B
JSON
|
|
{
|
||
|
|
"name": "@xuqm/rn-im",
|
||
|
|
"version": "0.2.0",
|
||
|
|
"description": "XuqmGroup RN SDK — IM module (single chat, group chat, 13 message types)",
|
||
|
|
"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" },
|
||
|
|
"peerDependencies": {
|
||
|
|
"@xuqm/rn-common": ">=0.2.0",
|
||
|
|
"react-native": ">=0.76.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"typescript": "^5.9.3",
|
||
|
|
"@types/react-native": "^0.73.0"
|
||
|
|
}
|
||
|
|
}
|