{
  "name": "sarvam-ai-react-native",
  "version": "0.1.0",
  "description": "React Native developer toolkit for Sarvam AI built on the official sarvamai TypeScript SDK.",
  "keywords": [
    "sarvam",
    "sarvam-ai",
    "react-native",
    "speech-to-text",
    "text-to-speech",
    "voice-assistant",
    "chat"
  ],
  "license": "MIT",
  "homepage": "https://github.com/sarvamai/sarvam-ai-react-native",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sarvamai/sarvam-ai-react-native.git"
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "react-native": "dist/index.js",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "prepack": "npm run build"
  },
  "dependencies": {
    "sarvamai": "^1.0.0",
    "react-native-audio-recorder-player": "^3.6.14",
    "react-native-permissions": "^5.3.0"
  },
  "peerDependencies": {
    "react": ">=18",
    "react-native": ">=0.72"
  },
  "devDependencies": {
    "@types/react": "^18.3.18",
    "typescript": "^5.8.2"
  },
  "engines": {
    "node": ">=18",
    "npm": ">=9"
  },
  "publishConfig": {
    "access": "public"
  }
}
