{
  "name": "@turnkey/react-native-wallet-kit",
  "version": "2.0.2",
  "description": "The easiest and most powerful way to integrate Turnkey's Embedded Wallets into your React Native applications.",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "author": {
    "name": "Turnkey",
    "url": "https://turnkey.com/"
  },
  "homepage": "https://github.com/tkhq/sdk",
  "bugs": {
    "url": "https://github.com/tkhq/sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tkhq/sdk.git",
    "directory": "packages/react-native-wallet-kit"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "turnkey",
    "react-native",
    "wallet",
    "embedded-wallets"
  ],
  "license": "MIT",
  "dependencies": {
    "@noble/hashes": "^1.8.0",
    "@react-native-async-storage/async-storage": "^2.2.0",
    "react-native-device-info": "^11.1.0",
    "@turnkey/crypto": "2.10.0",
    "@turnkey/encoding": "0.6.0",
    "@turnkey/react-native-passkey-stamper": "1.2.16",
    "@turnkey/core": "2.2.0",
    "@turnkey/sdk-types": "1.1.0"
  },
  "devDependencies": {
    "@babel/core": "7.26.9",
    "@rollup/plugin-babel": "5.3.0",
    "typescript": "5.4.3"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0 <20",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-native": ">=0.70.0",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-inappbrowser-reborn": ">=3.7.0",
    "react-native-safe-area-context": ">=4.0.0",
    "@invertase/react-native-apple-authentication": ">=2.5.0",
    "react-native-svg": ">=13.0.0"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "publishConfig": {
    "access": "public",
    "tag": "beta"
  },
  "scripts": {
    "build": "rollup -c",
    "clean": "rimraf ./dist ./.cache",
    "typecheck": "tsc --noEmit",
    "test": "jest"
  }
}