{
  "name": "react-native-device-binding",
  "version": "1.0.1",
  "description": "Hardware-backed ECDSA P-256 device binding for React Native. Keys stored in Secure Enclave (iOS) and Android Keystore.",
  "main": "lib/commonjs/index.js",
  "module": "lib/module/index.js",
  "types": "lib/typescript/index.d.ts",
  "react-native": "src/index.tsx",
  "source": "src/index.tsx",
  "files": [
    "src",
    "lib",
    "ios",
    "android",
    "react-native-device-binding.podspec",
    "react-native.config.js",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!example"
  ],
  "scripts": {
    "typescript": "tsc --noEmit",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "prepare": "bob build",
    "example": "yarn --cwd example"
  },
  "keywords": [
    "react-native",
    "device-binding",
    "ecdsa",
    "p256",
    "secure-enclave",
    "android-keystore",
    "hardware-security",
    "cryptography",
    "biometric",
    "attestation"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/piroposantosdev/react-native-device-binding.git"
  },
  "author": "piroposantosdev",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/piroposantosdev/react-native-device-binding/issues"
  },
  "homepage": "https://github.com/piroposantosdev/react-native-device-binding#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@types/react": "^18.2.0",
    "@types/react-native": "^0.73.0",
    "react": "^18.2.0",
    "react-native": "^0.76.0",
    "react-native-builder-bob": "^0.23.0",
    "typescript": "^5.3.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "targets": [
      "commonjs",
      "module",
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  }
}
