{
  "name": "linkhopp-react-native",
  "version": "1.0.0",
  "description": "LinkHopp Deep Linking SDK for React Native",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/",
    "src/",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "tsc",
    "clean": "rm -rf lib"
  },
  "keywords": [
    "react-native",
    "deep-linking",
    "deferred-deep-links",
    "linkhopp",
    "attribution"
  ],
  "author": "LinkHopp",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/linkhopp/sdk-react-native"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-native": ">=0.65.0"
  },
  "dependencies": {
    "@react-native-clipboard/clipboard": "^1.14.0",
    "@react-native-async-storage/async-storage": "^1.21.0"
  },
  "devDependencies": {
    "@types/react-native": "^0.72.0",
    "typescript": "^5.3.0"
  }
}
