XuqmGroup-RNSDK/package.json

50 行
1.6 KiB
JSON

2026-04-21 22:07:29 +08:00
{
"name": "@xuqm/rn-sdk",
"version": "0.5.0-alpha.1",
"description": "XuqmGroup React Native SDK workspace — Common, Update, BugCollect and XWebView",
"license": "UNLICENSED",
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": true,
"packageManager": "pnpm@11.13.1",
"files": [
"src"
],
"workspaces": [
"packages/*"
],
2026-04-21 22:07:29 +08:00
"publishConfig": {
"registry": "https://nexus.xuqinmin.com/repository/npm-hosted/"
},
"scripts": {
"format": "prettier --write AGENTS.md docs/IMPLEMENTATION_HANDOFF.md package.json packages/common packages/bugcollect packages/update packages/xwebview",
"format:check": "prettier --check AGENTS.md docs/IMPLEMENTATION_HANDOFF.md package.json packages/common packages/bugcollect packages/update packages/xwebview",
"test": "pnpm --recursive --if-present test",
2026-04-21 22:07:29 +08:00
"typecheck": "tsc --noEmit",
"typecheck:all": "pnpm --recursive --if-present typecheck",
"validate": "pnpm format:check && pnpm typecheck:all && pnpm test"
2026-04-21 22:07:29 +08:00
},
"peerDependencies": {
"@react-native-async-storage/async-storage": ">=1.21.0",
2026-04-21 22:07:29 +08:00
"react": ">=18.0.0",
"react-native": ">=0.76.0"
2026-04-21 22:07:29 +08:00
},
"dependencies": {
"@xuqm/rn-common": "workspace:*",
"@xuqm/rn-bugcollect": "workspace:*",
"@xuqm/rn-update": "workspace:*",
"@xuqm/rn-xwebview": "workspace:*"
},
2026-04-21 22:07:29 +08:00
"devDependencies": {
"@react-native-async-storage/async-storage": "^3.1.1",
"@types/node": "^22.20.1",
2026-04-21 22:07:29 +08:00
"@types/react": "^19.0.0",
"axios": "^1.18.0",
"prettier": "3.9.5",
"react": "19.2.7",
"react-native": "0.86.0",
"typescript": "catalog:"
}
2026-04-21 22:07:29 +08:00
}