{
  "name": "@gabo2151/expo-window-brightness",
  "version": "1.0.0",
  "description": "Expo module to control screen brightness at the window level",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "license": "MIT",
  "author": "Gabriel <gabriel@galilea.xyz> (https://github.com/gabo2151)",
  "homepage": "https://github.com/gabo2151/expo-window-brightness#readme",
  "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": "xed example/ios",
    "open:android": "open -a \"Android Studio\" example/android"
  },
  "keywords": [
    "android",
    "brightness",
    "expo",
    "expo-window-brightness",
    "ExpoWindowBrightness",
    "ios",
    "react-native"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gabo2151/expo-window-brightness.git"
  },
  "bugs": {
    "url": "https://github.com/gabo2151/expo-window-brightness/issues"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/react": "~19.2.14",
    "expo-module-scripts": "~55.0.2",
    "expo": "~55.0.18",
    "react-native": "0.83.9"
  },
  "peerDependencies": {
    "expo": ">=52.0.0",
    "react": ">=18.0.0",
    "react-native": ">=0.71.0"
  },
  "engines": {
    "node": ">=20.19.0"
  }
}
