{
  "name": "@clickterm/react-native-sdk",
  "version": "1.2.0",
  "description": "React Native SDK for Clickterm clickwrap agreements.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "expo-module build && expo-module build plugin",
    "build:plugin": "expo-module build plugin",
    "clean": "expo-module clean && expo-module clean plugin",
    "clean:plugin": "expo-module clean plugin",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "postinstall": "node scripts/postinstall.js",
    "expo-module": "expo-module",
    "open:ios": "xed example/ios",
    "open:android": "open -a \"Android Studio\" example/android",
    "fetch:xcframework": "bash scripts/fetch-xcframework.sh"
  },
  "keywords": [
    "react-native",
    "expo",
    "clickterm",
    "clickwrap",
    "agreements",
    "ClicktermSDK"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/telq/clickterm-react-native-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/telq/clickterm-react-native-sdk/issues"
  },
  "author": "ClickTerm OU <support@clickterm.com> (https://github.com/telq)",
  "license": "MIT",
  "homepage": "https://github.com/telq/clickterm-react-native-sdk#readme",
  "publishConfig": {
    "access": "public",
    "provenance": false
  },
  "files": [
    "build",
    "ios/*.swift",
    "ios/*.podspec",
    "android/src",
    "android/build.gradle",
    "expo-module.config.json",
    "app.plugin.js",
    "plugin/build",
    "plugin/src",
    "scripts/fetch-xcframework.sh",
    "scripts/postinstall.js",
    "*.podspec",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "devDependencies": {
    "@expo/config-plugins": "^55.0.8",
    "@types/react": "~19.1.1",
    "expo": "^55.0.20",
    "expo-module-scripts": "^55.0.2",
    "react-native": "0.83.6"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
