{
  "name": "rowt-sdk",
  "version": "0.0.3",
  "main": "index.ts",
  "types": "index.ts",
  "files": [
    "*.ts",
    "expo"
  ],
  "description": "SDK for using Rowt Deeplinking with Expo",
  "keywords": [
    "rowt",
    "sdk",
    "react-native",
    "expo",
    "deeplinking"
  ],
  "author": "Chris McCully",
  "license": "MIT",
  "dependencies": {
    "axios": "^1.9.0",
    "expo-linking": "^7.1.5",
    "react": "^19.1.0"
  },
  "devDependencies": {
    "@types/react": "^19.1.4"
  }
}
