{
  "name": "floating-games-sdk",
  "version": "1.0.26",
  "description": "A React Native gaming SDK with 3 built-in games",
  "main": "src/index.tsx",
  "types": "src/index.tsx",
  "keywords": [
    "react-native",
    "games",
    "sdk",
    "expo",
    "puzzle",
    "spin-wheel"
  ],
  "author": "Olive Okechukwu <bmithzee@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/bmithzee/floating-games-sdk"
  },
  "scripts": {
    "postinstall": "node install-peers.js"
  },
  "files": [
    "src",
    "install-peers.js"
  ],
  "devDependencies": {
    "typescript": "^5.0.0",
    "@types/react": "*",
    "@types/react-native": "*",
    "react": "*",
    "react-native": "*"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-native": ">=0.72.0",
    "@react-navigation/native": ">=6.0.0",
    "@react-navigation/native-stack": ">=6.0.0",
    "@expo-google-fonts/creepster": ">=0.4.0",
    "@gorhom/bottom-sheet": ">=4.0.0",
    "expo": ">=49.0.0",
    "expo-audio": ">=1.0.0",
    "expo-font": ">=11.0.0",
    "expo-haptics": ">=13.0.0",
    "expo-keep-awake": ">=12.0.0",
    "expo-linear-gradient": ">=12.0.0",
    "expo-secure-store": ">=12.0.0",
    "expo-status-bar": ">=1.0.0",
    "react-native-dropdown-picker": ">=5.0.0",
    "react-native-gesture-handler": ">=2.0.0",
    "react-native-reanimated": ">=3.0.0 <4.0.0",
    "react-native-safe-area-context": ">=4.0.0",
    "react-native-screens": ">=3.0.0",
    "react-native-svg": ">=13.0.0",
    "react-native-modal": ">=13.0.0"
  },
  "peerDependenciesMeta": {
    "expo-audio": {
      "optional": true
    },
    "expo-keep-awake": {
      "optional": true
    },
    "expo-secure-store": {
      "optional": true
    },
    "react-native-dropdown-picker": {
      "optional": true
    },
    "react-native-modal": {
      "optional": true
    },
    "@expo-google-fonts/creepster": {
      "optional": true
    }
  }
}
