{
  "name": "expo-ai-kit",
  "version": "0.12.0",
  "description": "On-device AI for Expo — run Gemma 4, Apple Foundation Models & ML Kit locally: streaming, structured output, tool calling, embeddings & RAG, Vercel AI SDK provider, zero API keys",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build",
    "ai.js",
    "ai.d.ts",
    "ios/*.swift",
    "ios/ExpoAiKit.podspec",
    "ios/Vendor/LiteRTLM",
    "android/src",
    "android/build.gradle",
    "scripts/install-litertlm.sh",
    "src",
    "!src/__tests__",
    "expo-module.config.json"
  ],
  "scripts": {
    "build": "expo-module build",
    "clean": "expo-module clean",
    "lint": "expo-module lint",
    "test": "expo-module test",
    "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",
    "android": "expo run:android",
    "ios": "expo run:ios",
    "publish:patch": "npm version patch && npm run build && npm publish",
    "publish:minor": "npm version minor && npm run build && npm publish",
    "publish:major": "npm version major && npm run build && npm publish",
    "publish:only": "npm run build && npm publish"
  },
  "keywords": [
    "react-native",
    "expo",
    "gemma",
    "gemma-4",
    "qwen",
    "qwen3",
    "phi-4",
    "on-device-ai",
    "llm",
    "litert",
    "apple-foundation-models",
    "ml-kit",
    "local-inference",
    "structured-output",
    "tool-calling",
    "function-calling",
    "json-schema",
    "embeddings",
    "rag",
    "semantic-search",
    "vector-search",
    "ai-sdk",
    "vercel-ai-sdk",
    "ai-sdk-provider",
    "expo-ai-kit",
    "ExpoAiKit"
  ],
  "repository": "https://github.com/saidkaban/expo-ai-kit",
  "bugs": {
    "url": "https://github.com/saidkaban/expo-ai-kit/issues"
  },
  "author": "Said Kaban (https://github.com/saidkaban)",
  "license": "MIT",
  "homepage": "https://expo-ai-kit.dev",
  "dependencies": {},
  "devDependencies": {
    "@ai-sdk/provider": "^3.0.13",
    "@types/react": "~19.1.0",
    "expo": "^54.0.27",
    "expo-module-scripts": "^5.0.8",
    "react-native": "0.81.5"
  },
  "peerDependencies": {
    "@ai-sdk/provider": "^3.0.0",
    "expo": "*",
    "react": "*",
    "react-native": "*"
  },
  "peerDependenciesMeta": {
    "@ai-sdk/provider": {
      "optional": true
    }
  }
}
