XuqmGroup-RNSDK/package.json

44 行
1.1 KiB
JSON

2026-04-21 22:07:29 +08:00
{
"name": "@xuqm/rn-sdk",
"version": "0.4.0",
"description": "XuqmGroup React Native SDK — meta-package (IM, Push, Update, Common)",
"license": "UNLICENSED",
2026-04-21 22:07:29 +08:00
"main": "src/index.ts",
"react-native": "src/index.ts",
2026-04-21 22:07:29 +08:00
"types": "src/index.ts",
"private": true,
"files": [
"src"
],
"workspaces": [
"packages/*"
],
2026-04-21 22:07:29 +08:00
"publishConfig": {
"registry": "https://nexus.xuqinmin.com/repository/npm-hosted/"
},
"scripts": {
"typecheck": "tsc --noEmit",
"typecheck:all": "yarn workspaces run typecheck"
2026-04-21 22:07:29 +08:00
},
"peerDependencies": {
"@react-native-async-storage/async-storage": ">=1.21.0",
2026-04-21 22:07:29 +08:00
"react": ">=18.0.0",
"react-native": ">=0.76.0"
2026-04-21 22:07:29 +08:00
},
"dependencies": {
"@xuqm/rn-common": ">=0.4.0",
"@xuqm/rn-im": ">=0.2.0",
"@xuqm/rn-license": ">=0.3.0",
"@xuqm/rn-log": ">=0.1.0",
"@xuqm/rn-push": ">=0.2.0",
"@xuqm/rn-update": ">=0.4.0",
"@xuqm/rn-xwebview": ">=0.2.0"
},
2026-04-21 22:07:29 +08:00
"devDependencies": {
"@types/react": "^19.0.0",
"axios": "^1.18.0",
"typescript": "^5.9.3",
"zod": "3.23.8"
}
2026-04-21 22:07:29 +08:00
}