2026-04-24 16:16:31 +08:00
|
|
|
{
|
|
|
|
|
"name": "@xuqm/rn-update",
|
2026-07-17 13:50:30 +08:00
|
|
|
"version": "0.5.0-alpha.10",
|
|
|
|
|
"description": "XuqmGroup RN SDK — Android app update and transactional RN plugin runtime",
|
2026-04-28 16:08:07 +08:00
|
|
|
"license": "UNLICENSED",
|
2026-04-24 16:16:31 +08:00
|
|
|
"main": "src/index.ts",
|
|
|
|
|
"react-native": "src/index.ts",
|
|
|
|
|
"types": "src/index.ts",
|
2026-07-18 08:59:40 +08:00
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts",
|
|
|
|
|
"./metro": "./metro/index.js",
|
|
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
2026-06-16 13:22:54 +08:00
|
|
|
"files": [
|
2026-07-17 13:50:30 +08:00
|
|
|
"src",
|
|
|
|
|
"android",
|
2026-07-18 08:59:40 +08:00
|
|
|
"metro",
|
2026-07-17 13:50:30 +08:00
|
|
|
"scripts",
|
|
|
|
|
"templates",
|
|
|
|
|
"react-native.config.js",
|
|
|
|
|
"README.md"
|
2026-06-16 13:22:54 +08:00
|
|
|
],
|
2026-07-17 13:50:30 +08:00
|
|
|
"bin": {
|
|
|
|
|
"xuqm-rn": "scripts/xuqm-rn.mjs"
|
|
|
|
|
},
|
2026-04-24 16:16:31 +08:00
|
|
|
"private": false,
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "https://nexus.xuqinmin.com/repository/npm-hosted/"
|
|
|
|
|
},
|
2026-06-15 01:44:20 +08:00
|
|
|
"scripts": {
|
2026-07-17 13:50:30 +08:00
|
|
|
"test": "node --test scripts/*.test.mjs && node --import tsx --test tests/*.test.ts",
|
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
|
"pack:check": "node scripts/verify-package.mjs"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"semver": "7.8.5"
|
2026-06-15 01:44:20 +08:00
|
|
|
},
|
2026-04-29 17:35:52 +08:00
|
|
|
"peerDependencies": {
|
2026-04-24 16:16:31 +08:00
|
|
|
"react-native": ">=0.76.0",
|
2026-06-16 13:27:23 +08:00
|
|
|
"@react-native-async-storage/async-storage": ">=1.21.0",
|
2026-07-17 13:50:30 +08:00
|
|
|
"@xuqm/rn-common": "workspace:>=0.6.0-alpha.4"
|
2026-04-24 16:16:31 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-07-17 13:50:30 +08:00
|
|
|
"@types/semver": "7.7.1",
|
|
|
|
|
"tsx": "^4.23.1",
|
|
|
|
|
"typescript": "catalog:"
|
2026-04-24 16:16:31 +08:00
|
|
|
}
|
|
|
|
|
}
|