{ "name": "@xuqm/rn-xwebview", "version": "1.0.0", "description": "XuqmGroup RN SDK — XWebView module", "license": "UNLICENSED", "main": "src/index.ts", "react-native": "src/index.ts", "types": "src/index.ts", "files": [ "src" ], "private": false, "publishConfig": { "registry": "https://nexus.xuqinmin.com/repository/npm-hosted/" }, "scripts": { "test": "node --import tsx --test tests/*.test.ts", "typecheck": "tsc --noEmit -p tsconfig.json" }, "dependencies": { "react-native-webview": "^14.0.1" }, "peerDependencies": { "@xuqm/rn-common": "workspace:>=0.6.0-alpha.9 <1.0.0", "react": ">=18.0.0", "react-native": ">=0.76.0", "@react-native-camera-roll/camera-roll": ">=7.0.0", "@react-native-clipboard/clipboard": ">=1.16.0", "react-native-safe-area-context": ">=4.0.0", "react-native-svg": ">=15.0.0" }, "peerDependenciesMeta": { "@react-native-camera-roll/camera-roll": { "optional": true } }, "devDependencies": { "@types/react": "^19.0.0", "@react-native-clipboard/clipboard": "^1.16.3", "react-native-safe-area-context": "^5.4.0", "react-native-svg": "^15.15.4", "tsx": "^4.23.1", "typescript": "catalog:" } }