- packages/log → packages/bugcollect - XLog → BugCollect - logApiUrl/logEnabled → bugCollectApiUrl/bugCollectEnabled - withXuqmLog → withBugCollect - typecheck 通过 Co-Authored-By: Claude <noreply@anthropic.com>
28 行
665 B
JSON
28 行
665 B
JSON
{
|
|
"name": "@xuqm/rn-bugcollect",
|
|
"version": "0.1.0",
|
|
"description": "XuqmGroup RN SDK — log collection, error tracking, funnel analysis",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"@xuqm/rn-common": ">=0.4.0",
|
|
"@react-native-async-storage/async-storage": ">=1.21.0",
|
|
"react-native": ">=0.76.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|