XuqmGroup-RNSDK/packages/update/package.json

29 行
684 B
JSON

{
"name": "@xuqm/rn-update",
"version": "0.4.0",
"description": "XuqmGroup RN SDK — Update module (App update, RN plugin hot-update)",
"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": {
"typecheck": "tsc --noEmit"
},
"dependencies": {},
"peerDependencies": {
"react-native": ">=0.76.0",
"@react-native-async-storage/async-storage": ">=1.21.0",
"@xuqm/rn-common": ">=0.2.2"
},
"devDependencies": {
"typescript": "^5.9.3"
}
}