XuqmGroup-RNSDK/package.json
2026-04-21 22:07:29 +08:00

27 行
662 B
JSON

{
"name": "@xuqm/rn-sdk",
"version": "0.1.0",
"description": "XuqmGroup React Native SDK — IM, Push, Version Management",
"main": "src/index.ts",
"types": "src/index.ts",
"private": false,
"publishConfig": {
"registry": "https://nexus.xuqinmin.com/repository/npm-hosted/"
},
"scripts": {
"typecheck": "tsc --noEmit",
"test": "jest"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-native": ">=0.76.0",
"@react-native-async-storage/async-storage": ">=1.21.0"
},
"devDependencies": {
"typescript": "^5.9.3",
"@types/react": "^19.0.0",
"@types/react-native": "^0.73.0"
},
"dependencies": {}
}