XuqmGroup-RNSDK/package.json

29 行
773 B
JSON

2026-04-21 22:07:29 +08:00
{
"name": "@xuqm/rn-sdk",
"version": "0.2.0",
"description": "XuqmGroup React Native SDK — meta-package (IM, Push, Update, Common)",
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": false,
"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": ">=18.0.0",
"react-native": ">=0.76.0",
"@react-native-async-storage/async-storage": ">=1.21.0"
},
"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-21 22:07:29 +08:00
}