{
  "name": "que-mobile-sdk",
  "version": "0.1.1",
  "description": "AI-powered Android automation framework for React Native/Expo with SENSE → THINK → ACT loop. Control mobile apps with natural language using Gemini AI and Accessibility Services.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "plugin": "./app.plugin.js",
  "files": [
    "build",
    "android",
    "ios",
    "app.plugin.js",
    "expo-module.config.json",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "jest",
    "prepare": "expo-module prepare",
    "prepublishOnly": "expo-module prepublishOnly",
    "expo-module": "expo-module",
    "open:ios": "xed example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-module",
    "android",
    "automation",
    "accessibility",
    "ai",
    "llm",
    "gemini",
    "agent",
    "mobile-automation",
    "android-automation",
    "accessibility-service",
    "ai-agent",
    "natural-language",
    "voice-control",
    "typescript",
    "react-native-automation",
    "mobile-testing",
    "ui-automation"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qubasehq/que-mobile-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/qubasehq/que-mobile-sdk/issues"
  },
  "author": "Sarath babu <sarathyadav112@gmail.com> (https://github.com/loyality7)",
  "license": "MIT",
  "homepage": "https://github.com/qubasehq/que-mobile-sdk#readme",
  "dependencies": {
    "@google/generative-ai": "^0.24.1",
    "@react-native-voice/voice": "^3.2.4",
    "fast-xml-parser": "^5.3.2",
    "react-native-fs": "^2.20.0",
    "react-native-tts": "^4.1.1"
  },
  "devDependencies": {
    "@expo/config-plugins": "^9.0.0",
    "@testing-library/react-native": "^13.3.3",
    "@types/jest": "^30.0.0",
    "@types/react": "~19.1.0",
    "expo": "^54.0.18",
    "expo-module-scripts": "^5.0.7",
    "jest": "^29.7.0",
    "react-native": "0.81.5",
    "ts-jest": "^29.4.5",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
