XuqmGroup-RNSDK/packages/bugcollect/package.json

30 行
771 B
JSON

{
"name": "@xuqm/rn-bugcollect",
"version": "0.2.0-alpha.2",
"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": {
"test": "node --import tsx --test tests/*.test.ts",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@xuqm/rn-common": "workspace:>=0.6.0-alpha.4",
"@react-native-async-storage/async-storage": ">=1.21.0",
"react-native": ">=0.76.0"
},
"devDependencies": {
"tsx": "^4.23.1",
"typescript": "catalog:"
}
}