{
  "name": "@sqliteai/sqlite-sync-expo-dev",
  "version": "0.9.203",
  "description": "SQLite Sync extension for Expo - Sync on-device databases with SQLite Cloud",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "files": [
    "src",
    "android",
    "ios",
    "app.plugin.js"
  ],
  "keywords": [
    "react-native",
    "expo",
    "expo-plugin",
    "sqlite",
    "sqlite-sync",
    "sync",
    "offline-first",
    "database-sync"
  ],
  "author": "SQLite AI",
  "license": "SEE LICENSE IN LICENSE.md",
  "repository": {
    "type": "git",
    "url": "https://github.com/sqliteai/sqlite-sync-dev.git",
    "directory": "packages/expo"
  },
  "homepage": "https://github.com/sqliteai/sqlite-sync-dev#react-native--expo",
  "bugs": {
    "url": "https://github.com/sqliteai/sqlite-sync-dev/issues"
  },
  "peerDependencies": {
    "expo": ">=51.0.0",
    "react-native": ">=0.73.0"
  },
  "peerDependenciesMeta": {
    "expo": {
      "optional": true
    }
  }
}
