{
  "name": "voicebot-react-native-expo",
  "version": "1.2.6",
  "private": false,
  "description": "This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo",
  "main": "src/index.js",
  "scripts": {
    "build": "babel src --out-dir lib",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "voicebot-install": "./install-deps.js"
  },
  "keywords": [
    "react-native",
    "expo",
    "kipps-ai",
    "voicebot"
  ],
  "author": "kipps-ai",
  "license": "ISC",
  "dependencies": {},
  "peerDependencies": {
    "@expo/vector-icons": "^14.0.4",
    "@livekit/react-native": "^2.4.2",
    "@livekit/react-native-expo-plugin": "^1.0.0",
    "@livekit/react-native-webrtc": "^125.0.4",
    "expo-av": "~14.0.7",
    "react": "^18.2.0",
    "react-native": "^0.74.5",
    "expo": "~51.0.28"
  },
  "peerDependenciesMeta": {
    "@livekit/react-native": {
      "optional": true
    },
    "@livekit/react-native-webrtc": {
      "optional": true
    },
    "@expo/vector-icons": {
      "optional": true
    },
    "expo-av": {
      "optional": true
    },
    "react": {
      "optional": true
    },
    "react-native": {
      "optional": true
    }
  }
}
