58 行
1.6 KiB
JSON
58 行
1.6 KiB
JSON
{
|
|
"name": "@xuqm/rn-common",
|
|
"version": "0.6.0-alpha.9",
|
|
"description": "XuqmGroup RN SDK — standalone utilities and shared extension context",
|
|
"license": "UNLICENSED",
|
|
"main": "src/index.ts",
|
|
"react-native": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./auto-init-config": "./src/autoInitConfig.ts",
|
|
"./crypto": "./src/crypto.ts",
|
|
"./download": "./src/download.ts",
|
|
"./file-name": "./src/fileName.ts",
|
|
"./internal": "./src/internal.ts",
|
|
"./metro": "./metro/index.js",
|
|
"./package.json": "./package.json",
|
|
"./secure-cache": "./src/secureCache.ts",
|
|
"./version": "./src/version.ts"
|
|
},
|
|
"metro": "metro/index.js",
|
|
"files": [
|
|
"src",
|
|
"metro"
|
|
],
|
|
"private": false,
|
|
"publishConfig": {
|
|
"registry": "https://nexus.xuqinmin.com/repository/npm-hosted/"
|
|
},
|
|
"scripts": {
|
|
"test": "node --import tsx --test tests/*.test.ts tests/*.test.cjs",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@noble/ciphers": "2.2.0",
|
|
"@noble/hashes": "2.2.0",
|
|
"@types/semver": "7.7.1",
|
|
"react-native-blob-util": "0.24.10",
|
|
"semver": "7.8.5",
|
|
"zod": "4.4.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18.0.0",
|
|
"react-native": ">=0.76.0",
|
|
"@react-native-async-storage/async-storage": ">=1.21.0",
|
|
"axios": ">=1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "catalog:",
|
|
"@types/react": "^19.2.14",
|
|
"@react-native-async-storage/async-storage": "^3.1.1",
|
|
"axios": "^1.18.0",
|
|
"react": "19.2.7",
|
|
"react-native": "0.86.0",
|
|
"tsx": "^4.23.1"
|
|
}
|
|
}
|