Files
2025-12-16 22:26:18 +05:30

24 lines
588 B
JSON

{
"name": "@core/security",
"version": "1.0.0",
"description": "Core security SDK for hardware-backed cryptography, DPoP, and contextual encryption",
"main": "./src/index.ts",
"types": "./src/index.ts",
"scripts": {
"build": "nx build",
"test": "nx test",
"lint": "nx lint",
"typecheck": "nx typecheck"
},
"dependencies": {
"react-native-keychain": "^8.2.0",
"react-native-crypto-js": "^1.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/uuid": "^9.0.7"
},
"nx": {
"tags": ["scope:core", "type:infra", "platform:rn"]
}
}