{
  "name": "react-native-payjoin",
  "version": "0.5.0",
  "description": "React Native language bindings for the Payjoin Dev Kit",
  "source": "./src/index.tsx",
  "main": "./lib/commonjs/index.js",
  "module": "./lib/module/index.js",
  "types": "./lib/typescript/module/src/index.d.ts",
  "exports": {
    "./app.plugin.js": "./app.plugin.js",
    ".": {
      "import": {
        "types": "./lib/typescript/module/src/index.d.ts",
        "default": "./lib/module/index.js"
      },
      "require": {
        "types": "./lib/typescript/commonjs/src/index.d.ts",
        "default": "./lib/commonjs/index.js"
      }
    }
  },
  "keywords": [
    "bitcoin",
    "payjoin",
    "pdk",
    "bip77",
    "bip78",
    "react-native",
    "expo",
    "ios",
    "android"
  ],
  "license": "MIT",
  "packageManager": "pnpm@10.6.2",
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "app.plugin.js",
    "react-native.config.js",
    "scripts",
    "!scripts/patch-bindings.sh",
    "!scripts/patch-cmake-uniffi-path.js",
    "plugin",
    "!plugin/src",
    "!ios/build",
    "!android/build",
    "!android/src/main/jniLibs",
    "!build",
    "!ffi",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*",
    "LICENSE"
  ],
  "scripts": {
    "ubrn:ios": "ubrn build ios --release --config ubrn.config.yaml --and-generate",
    "ubrn:android": "ubrn build android --release --config ubrn.config.yaml --and-generate",
    "postinstall": "node scripts/postinstall.js",
    "plugin:build": "EXPO_NONINTERACTIVE=true expo-module build plugin",
    "plugin:build:win": "tsc --project plugin/tsconfig.json",
    "test": "jest",
    "typecheck": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Psycarlo/react-native-payjoin.git"
  },
  "author": {
    "name": "Psycarlo",
    "url": "https://psycarlo.com"
  },
  "bugs": {
    "url": "https://github.com/Psycarlo/react-native-payjoin/issues"
  },
  "homepage": "https://github.com/Psycarlo/react-native-payjoin#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "checksums": {
    "android": "37da8d1c49595b33e7472573009addb4e35e69a4470d34a574ce0c80ad6041ba",
    "ios": "b79b343441b0dcf3d6b191d5cef2d726013b6629a0d2aa1fa83e77f1093ec794"
  },
  "dependencies": {
    "@ubjs/core": "0.31.0-3",
    "uniffi-bindgen-react-native": "0.31.0-3"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@expo/config-plugins": "^55.0.6",
    "@react-native-community/cli": "^20.1.2",
    "@types/jest": "^30",
    "@types/node": "^25.5.0",
    "@types/react": "^19.2.14",
    "expo-module-scripts": "^55.0.2",
    "jest": "^30.4.1",
    "jest-environment-node": "30.4.1",
    "react": "^19.2.4",
    "react-native": "^0.84.1",
    "react-native-builder-bob": "^0.40.18",
    "typescript": "^5.9.3"
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "exclude": "rust_modules/**",
    "targets": [
      "codegen",
      [
        "commonjs",
        {
          "esm": true
        }
      ],
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "codegenConfig": {
    "name": "RNPayjoinReactNativeSpec",
    "type": "all",
    "jsSrcsDir": "src",
    "outputDir": {
      "ios": "ios/generated",
      "android": "android/generated"
    },
    "android": {
      "javaPackageName": "com.reactnativepayjoin"
    },
    "includesGeneratedCode": false
  },
  "create-react-native-library": {
    "type": "turbo-module",
    "languages": "cpp",
    "version": "0.49.0"
  }
}
