{
  "name": "expo-wifi-rtt",
  "version": "0.1.1",
  "description": "Expo wifi rtt module",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "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": "open -a \"Xcode\" example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-wifi-rtt",
    "ExpoWifiRtt"
  ],
  "repository": "https://github.com/VStetsiukKevych/expo-wifi-rtt",
  "bugs": {
    "url": "https://github.com/VStetsiukKevych/expo-wifi-rtt/issues"
  },
  "author": "VStetsiukKevych <vasil.stecyuk@kevychsolutions.com> (https://github.com/VStetsiukKevych)",
  "license": "MIT",
  "homepage": "https://github.com/VStetsiukKevych/expo-wifi-rtt#readme",
  "dependencies": {},
  "devDependencies": {
    "@types/react": "^18.0.25",
    "@types/react-native": "^0.70.6",
    "expo-module-scripts": "^3.0.3",
    "expo-modules-core": "^1.0.3"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
