{
  "name": "@breeztech/breez-sdk-spark-react-native",
  "version": "0.19.0",
  "description": "React Native bindings for the Breez SDK - Nodeless (Spark Implementation)",
  "source": "./src/index.tsx",
  "main": "./lib/commonjs/index.js",
  "types": "./lib/typescript/commonjs/src/index.d.ts",
  "module": "./lib/module/index.js",
  "exports": {
    "./app.plugin.js": "./app.plugin.js",
    "./passkey-prf-provider": {
      "import": {
        "types": "./lib/typescript/module/src/passkey-prf-provider.d.ts",
        "default": "./lib/module/passkey-prf-provider.js"
      },
      "require": {
        "types": "./lib/typescript/commonjs/src/passkey-prf-provider.d.ts",
        "default": "./lib/commonjs/passkey-prf-provider.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"
      }
    }
  },
  "files": [
    "src",
    "lib",
    "android",
    "ios",
    "cpp",
    "*.podspec",
    "app.plugin.js",
    "react-native.config.js",
    "swift",
    "scripts",
    "plugin",
    "!plugin/src",
    "!ios/build",
    "!android/build",
    "!android/gradle",
    "!android/gradlew",
    "!android/gradlew.bat",
    "!android/local.properties",
    "!**/__tests__",
    "!**/__fixtures__",
    "!**/__mocks__",
    "!**/.*"
  ],
  "scripts": {
    "clean": "del-cli android/generated ios/generated lib plugin/build",
    "lint": "eslint \"**/*.{js,ts,tsx}\"",
    "plugin:build": "EXPO_NONINTERACTIVE=true expo-module build plugin",
    "plugin:clean": "expo-module clean plugin",
    "plugin:watch": "expo-module build plugin",
    "postinstall": "./scripts/postinstall.sh",
    "prepare": "bob build && yarn plugin:build",
    "release": "release-it --only-version",
    "typecheck": "tsc",
    "ubrn:android": "ubrn build android --release --config ubrn.config.yaml --and-generate && yarn post-ubrn",
    "ubrn:build": "yarn ubrn:ios && yarn ubrn:android",
    "ubrn:checkout": "ubrn checkout --config ubrn.config.yaml",
    "ubrn:clean": "rm -rfv cpp/ android/CMakeLists.txt android/src/main/java android/*.cpp ios/ src/Native* src/index.*ts* src/generated/",
    "ubrn:ios": "ubrn build ios --release --config ubrn.config.yaml --and-generate && yarn post-ubrn",
    "post-ubrn": "node ./scripts/post-ubrn.js"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "breez",
    "sdk",
    "lightning",
    "bitcoin",
    "nodeless",
    "spark"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/breez/spark-sdk.git"
  },
  "author": "Breez <contact@breez.technology> (https://github.com/breez)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/breez/spark-sdk/issues"
  },
  "homepage": "https://github.com/breez/spark-sdk#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "uniffi-bindgen-react-native": "^0.29.3-1"
  },
  "devDependencies": {
    "@commitlint/config-conventional": "^17.0.2",
    "@expo/config-plugins": "^8.0.0",
    "@react-native-community/cli": "15.0.1",
    "@react-native/eslint-config": "^0.73.1",
    "@release-it/conventional-changelog": "^9.0.2",
    "@types/jest": "^29.5.5",
    "@types/react": "^18.2.44",
    "commitlint": "^17.0.2",
    "del-cli": "^5.1.0",
    "eslint": "^8.51.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-prettier": "^5.0.1",
    "expo-module-scripts": "^3.5.0",
    "jest": "^29.7.0",
    "patch-package": "^8.0.0",
    "prettier": "^3.0.3",
    "react": "19.0.0",
    "react-native": "0.78.0",
    "react-native-builder-bob": "^0.40.3",
    "release-it": "^17.10.0",
    "turbo": "^1.10.7",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "packageManager": "yarn@3.6.1",
  "jest": {
    "preset": "react-native",
    "modulePathIgnorePatterns": [
      "<rootDir>/example/node_modules",
      "<rootDir>/lib/"
    ]
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "release-it": {
    "git": {
      "commitMessage": "chore: release ${version}",
      "tagName": "v${version}"
    },
    "npm": {
      "publish": true
    },
    "github": {
      "release": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "preset": {
          "name": "angular"
        }
      }
    }
  },
  "prettier": {
    "quoteProps": "consistent",
    "singleQuote": true,
    "tabWidth": 2,
    "trailingComma": "es5",
    "useTabs": false
  },
  "react-native-builder-bob": {
    "source": "src",
    "output": "lib",
    "exclude": "rust_modules/**",
    "targets": [
      "codegen",
      [
        "module",
        {
          "esm": true
        }
      ],
      [
        "commonjs",
        {
          "esm": true
        }
      ],
      [
        "typescript",
        {
          "project": "tsconfig.build.json"
        }
      ]
    ]
  },
  "codegenConfig": {
    "name": "BreezSdkSparkReactNativeSpec",
    "type": "all",
    "jsSrcsDir": "src",
    "outputDir": {
      "ios": "ios/generated",
      "android": "android/generated"
    },
    "android": {
      "javaPackageName": "com.breeztech.breezsdkspark"
    },
    "includesGeneratedCode": false
  },
  "create-react-native-library": {
    "type": "turbo-module",
    "languages": "cpp",
    "version": "0.49.0"
  },
  "checksums": {
    "android": "8f4cc1d7ca3efd0c7bf737f02654dd5ce7f92d9af116cea77dc5be70ab08b4b9",
    "ios": "0a1c59f6bc32ce9e4f0f7c38f3d5ba96b92d3fe7627914f5c0be6bbe56b9c2b2"
  }
}
