{ "name": "@xuqm/rn-sdk", "version": "0.5.0-alpha.1", "description": "XuqmGroup React Native SDK workspace — Common, Update, BugCollect and XWebView", "license": "UNLICENSED", "main": "src/index.ts", "react-native": "src/index.ts", "types": "src/index.ts", "private": true, "packageManager": "pnpm@11.13.1", "files": [ "src" ], "workspaces": [ "packages/*" ], "publishConfig": { "registry": "https://nexus.xuqinmin.com/repository/npm-hosted/" }, "scripts": { "format": "prettier --write AGENTS.md docs/IMPLEMENTATION_HANDOFF.md package.json packages/common packages/bugcollect packages/update packages/xwebview", "format:check": "prettier --check AGENTS.md docs/IMPLEMENTATION_HANDOFF.md package.json packages/common packages/bugcollect packages/update packages/xwebview", "test": "pnpm --recursive --if-present test", "typecheck": "tsc --noEmit", "typecheck:all": "pnpm --recursive --if-present typecheck", "validate": "pnpm format:check && pnpm typecheck:all && pnpm test" }, "peerDependencies": { "@react-native-async-storage/async-storage": ">=1.21.0", "react": ">=18.0.0", "react-native": ">=0.76.0" }, "dependencies": { "@xuqm/rn-common": "workspace:*", "@xuqm/rn-bugcollect": "workspace:*", "@xuqm/rn-update": "workspace:*", "@xuqm/rn-xwebview": "workspace:*" }, "devDependencies": { "@react-native-async-storage/async-storage": "^3.1.1", "@types/node": "^22.20.1", "@types/react": "^19.0.0", "axios": "^1.18.0", "prettier": "3.9.5", "react": "19.2.7", "react-native": "0.86.0", "typescript": "catalog:" } }