{
  "name": "expo-settings",
  "version": "0.1.0",
  "description": "My new module",
  "main": "build/ExpoSettings.js",
  "types": "build/ExpoSettings.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-settings",
    "ExpoSettings"
  ],
  "repository": "https://github.com/brentvatne/expo-settings",
  "bugs": {
    "url": "https://github.com/brentvatne/expo-settings/issues"
  },
  "author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
  "license": "MIT",
  "homepage": "https://github.com/brentvatne/expo-settings#readme",
  "dependencies": {},
  "devDependencies": {
    "expo-module-scripts": "^3.0.3",
    "expo-modules-core": "^1.0.0"
  },
  "peerDependencies": {
    "expo": "*",
    "react": "*",
    "react-native": "*"
  }
}
