2026-04-21 22:07:29 +08:00
|
|
|
{
|
|
|
|
|
"name": "@xuqm/rn-sdk",
|
2026-04-24 16:16:31 +08:00
|
|
|
"version": "0.2.0",
|
|
|
|
|
"description": "XuqmGroup React Native SDK — meta-package (IM, Push, Update, Common)",
|
2026-04-28 10:31:50 +08:00
|
|
|
"license": "UNLICENSED",
|
2026-04-21 22:07:29 +08:00
|
|
|
"main": "src/index.ts",
|
2026-04-24 10:42:11 +08:00
|
|
|
"react-native": "src/index.ts",
|
2026-04-21 22:07:29 +08:00
|
|
|
"types": "src/index.ts",
|
2026-04-28 16:08:07 +08:00
|
|
|
"private": true,
|
2026-04-24 16:16:31 +08:00
|
|
|
"workspaces": ["packages/*"],
|
2026-04-21 22:07:29 +08:00
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "https://nexus.xuqinmin.com/repository/npm-hosted/"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
2026-04-24 16:16:31 +08:00
|
|
|
"typecheck:all": "yarn workspaces run typecheck"
|
2026-04-21 22:07:29 +08:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"react": ">=18.0.0",
|
|
|
|
|
"react-native": ">=0.76.0",
|
|
|
|
|
"@react-native-async-storage/async-storage": ">=1.21.0"
|
|
|
|
|
},
|
2026-04-25 16:41:19 +08:00
|
|
|
"dependencies": {},
|
2026-04-21 22:07:29 +08:00
|
|
|
"devDependencies": {
|
|
|
|
|
"typescript": "^5.9.3",
|
|
|
|
|
"@types/react": "^19.0.0",
|
|
|
|
|
"@types/react-native": "^0.73.0"
|
2026-04-24 16:16:31 +08:00
|
|
|
}
|
2026-04-21 22:07:29 +08:00
|
|
|
}
|