2026-05-16 02:25:38 +08:00
|
|
|
{
|
|
|
|
|
"name": "@xuqm/rn-license",
|
2026-06-16 13:14:46 +08:00
|
|
|
"version": "0.3.0",
|
2026-05-16 02:25:38 +08:00
|
|
|
"description": "XuqmGroup RN SDK — License module (device registration & verification)",
|
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
|
"main": "src/index.ts",
|
|
|
|
|
"react-native": "src/index.ts",
|
|
|
|
|
"types": "src/index.ts",
|
2026-06-16 13:22:54 +08:00
|
|
|
"files": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
2026-05-16 02:25:38 +08:00
|
|
|
"private": false,
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"registry": "https://nexus.xuqinmin.com/repository/npm-hosted/"
|
|
|
|
|
},
|
2026-06-15 01:44:20 +08:00
|
|
|
"scripts": {
|
|
|
|
|
"typecheck": "tsc --noEmit"
|
|
|
|
|
},
|
2026-06-16 13:27:23 +08:00
|
|
|
"dependencies": {},
|
2026-05-16 02:25:38 +08:00
|
|
|
"peerDependencies": {
|
|
|
|
|
"react-native": ">=0.76.0",
|
|
|
|
|
"@react-native-async-storage/async-storage": ">=1.21.0",
|
2026-06-16 13:27:23 +08:00
|
|
|
"react-native-quick-crypto": ">=0.7.0",
|
|
|
|
|
"@xuqm/rn-common": ">=0.2.2"
|
2026-05-16 02:25:38 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-06-16 13:10:16 +08:00
|
|
|
"typescript": "^5.9.3"
|
2026-05-16 02:25:38 +08:00
|
|
|
}
|
|
|
|
|
}
|