{
  "name": "@tetherto/wdk-react-native-core",
  "version": "1.0.0-beta.20",
  "description": "Core functionality for React Native wallets - wallet management, balance fetching, and worklet operations",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "react-native": "./src/index.ts",
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE",
    "tsconfig.json"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "react-native": "./src/index.ts",
      "default": "./dist/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tetherto/wdk-react-native-core.git"
  },
  "bugs": {
    "url": "https://github.com/tetherto/wdk-react-native-core/issues"
  },
  "homepage": "https://github.com/tetherto/wdk-react-native-core#readme",
  "scripts": {
    "build": "tsc",
    "build:strict": "tsc",
    "typecheck": "tsc --noEmit",
    "lint": "eslint . --ext .ts,.tsx,.js,.jsx --max-warnings 0",
    "lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx --fix --max-warnings 0",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "prepack": "npm run build",
    "prepare": "npm run build"
  },
  "keywords": [
    "wallet",
    "react-native",
    "core",
    "crypto",
    "blockchain",
    "balance"
  ],
  "author": "Tether",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "@tanstack/react-query": "^5.101.0",
    "@tetherto/pear-wrk-wdk": "1.0.0-beta.15",
    "@tetherto/wdk-react-native-secure-storage": "1.0.0-beta.4",
    "buffer": "^6.0.3",
    "immer": "^11.1.8",
    "react-native-mmkv": "^4.3.1",
    "zod": "^4.5.4",
    "zustand": "^5.0.14"
  },
  "devDependencies": {
    "@react-native/babel-preset": "^0.75.4",
    "@react-native/jest-preset": "^0.85.1",
    "@testing-library/jest-native": "^5.4.3",
    "@testing-library/react-native": "^12.4.0",
    "@types/jest": "^29.5.0",
    "@types/react": "~18.3.0",
    "@types/react-native": "^0.73.0",
    "@typescript-eslint/eslint-plugin": "^8.57.2",
    "@typescript-eslint/parser": "^8.57.2",
    "eslint": "^9.39.4",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "expo-crypto": "^56.0.4",
    "globals": "^17.4.0",
    "jest": "^29.7.0",
    "jest-environment-node": "^29.7.0",
    "react": "18.3.1",
    "react-native": "0.75.4",
    "react-test-renderer": "18.3.1",
    "ts-jest": "^29.1.0",
    "typescript": "^5.3.3",
    "typescript-eslint": "^8.57.2"
  },
  "overrides": {
    "@types/react": "~18.3.0",
    "@types/react-native": "^0.73.0",
    "react": "18.3.1",
    "react-native": "0.75.4",
    "react-test-renderer": "18.3.1"
  },
  "peerDependencies": {
    "expo-crypto": ">=55.0.0 <57.0.0",
    "react-native": ">=0.70.0",
    "react-native-bare-kit": ">=0.14.5"
  }
}
