{
  "name": "tangem-sdk-react-native",
  "title": "React Native Tangem Sdk",
  "version": "3.1.0",
  "description": "React Native Tangem Sdk",
  "types": "dist/index.d.ts",
  "react-native": "dist/index",
  "files": [
    "src/**/*.ts",
    "dist/**/*.js",
    "dist/**/*.js.map",
    "dist/**/*.d.ts",
    "android/src",
    "android/build.gradle",
    "android/gradle.properties",
    "ios/RNTangemSdk.xcodeproj/project.pbxproj",
    "ios/**/*.h",
    "ios/**/*.m",
    "ios/**/*.mm",
    "ios/**/*.swift",
    "RNTangemSdk.podspec",
    "react-native.config.js",
    "README.md"
  ],
  "scripts": {
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/XRPL-Labs/tangem-sdk-react-native.git",
    "baseUrl": "https://github.com/XRPL-Labs/tangem-sdk-react-native"
  },
  "keywords": [
    "react-native",
    "ios",
    "android",
    "tangem",
    "sdk",
    "rn"
  ],
  "author": {
    "name": "N3TC4T",
    "email": "netcat.av@gmail.com"
  },
  "license": "MIT",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "@types/react": "18.3.18",
    "react-native": "0.77.1",
    "react-native-test-app": "4.1.3",
    "@rnx-kit/metro-config": "2.0.0",
    "@react-native-community/cli": "latest",
    "typescript": "5.7.3"
  },
  "codegenConfig": {
    "name": "RNTangemSdkSpecs",
    "type": "modules",
    "jsSrcsDir": "src/specs",
    "android": {
      "javaPackageName": "com.tangem.RNTangemSdk"
    }
  }
}
