{
  "name": "tealium-react-native",
  "title": "Tealium React Native",
  "version": "2.6.2",
  "description": "A native module for using Tealium's Kotlin and Swift libraries.",
  "main": "index.js",
  "types": "*.ts",
  "homepage": "https://github.com/Tealium/tealium-react-native",
  "bugs": "https://github.com/Tealium/tealium-react-native/issues",
  "files": [
    "README.md",
    "LICENSE",
    "android",
    "common.ts",
    "index.js",
    "index.d.ts",
    "ios",
    "tealium-react-native.podspec"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tealium/tealium-react-native.git",
    "baseUrl": "https://github.com/Tealium/tealium-react-native"
  },
  "keywords": [
    "react-native",
    "tealium"
  ],
  "author": {
    "name": "Tealium"
  },
  "contributors": [
    "James Keith",
    "Christina Sund"
  ],
  "license": "Commercial",
  "licenseFilename": "LICENSE",
  "readmeFilename": "README.md",
  "peerDependencies": {
    "react": ">=16.8.1 || < 19.0.0",
    "react-native": ">=0.60.0-rc.0 <1.0.x"
  },
  "devDependencies": {
    "react": "^17.0.2",
    "react-native": "^0.67.1"
  }
}
