51 行
1.8 KiB
JSON
51 行
1.8 KiB
JSON
{
|
|
"name": "@xuqm/rn-sdk",
|
|
"version": "0.5.0-alpha.1",
|
|
"description": "XuqmGroup React Native SDK workspace — Common, Update, BugCollect and XWebView",
|
|
"license": "UNLICENSED",
|
|
"main": "src/index.ts",
|
|
"react-native": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"private": true,
|
|
"packageManager": "pnpm@11.13.1",
|
|
"files": [
|
|
"src"
|
|
],
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "https://nexus.xuqinmin.com/repository/npm-hosted/"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --write AGENTS.md docs/IMPLEMENTATION_HANDOFF.md package.json scripts packages/common packages/bugcollect packages/update packages/xwebview",
|
|
"format:check": "prettier --check AGENTS.md docs/IMPLEMENTATION_HANDOFF.md package.json scripts packages/common packages/bugcollect packages/update packages/xwebview",
|
|
"signature-vector:check": "node scripts/sync-server-signature-vector.mjs --check",
|
|
"test": "corepack pnpm --recursive --if-present test",
|
|
"typecheck": "tsc --noEmit",
|
|
"typecheck:all": "corepack pnpm --recursive --if-present typecheck",
|
|
"validate": "corepack pnpm signature-vector:check && corepack pnpm format:check && corepack pnpm typecheck:all && corepack pnpm test"
|
|
},
|
|
"peerDependencies": {
|
|
"@react-native-async-storage/async-storage": ">=1.21.0",
|
|
"react": ">=18.0.0",
|
|
"react-native": ">=0.76.0"
|
|
},
|
|
"dependencies": {
|
|
"@xuqm/rn-common": "workspace:*",
|
|
"@xuqm/rn-bugcollect": "workspace:*",
|
|
"@xuqm/rn-update": "workspace:*",
|
|
"@xuqm/rn-xwebview": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-async-storage/async-storage": "^3.1.1",
|
|
"@types/node": "^22.20.1",
|
|
"@types/react": "^19.0.0",
|
|
"axios": "^1.18.0",
|
|
"prettier": "3.9.5",
|
|
"react": "19.2.7",
|
|
"react-native": "0.86.0",
|
|
"typescript": "catalog:"
|
|
}
|
|
}
|