XuqmGroup-RNSDK/packages/push/package.json

24 行
589 B
JSON

{
"name": "@xuqm/rn-push",
"version": "0.2.2-SNAPSHOT",
"description": "XuqmGroup RN SDK — Push module (device token registration)",
"license": "UNLICENSED",
"main": "src/index.ts",
"react-native": "src/index.ts",
"types": "src/index.ts",
"private": false,
"publishConfig": {
"registry": "https://nexus.xuqinmin.com/repository/npm-hosted/"
},
"scripts": { "typecheck": "tsc --noEmit" },
"dependencies": {
2026-05-07 19:39:41 +08:00
"@xuqm/rn-common": ">=0.2.2"
},
"peerDependencies": {
"react-native": ">=0.76.0"
},
"devDependencies": {
"typescript": "^5.9.3"
}
}