expo-brightness
Version:
Provides an API to get and set screen brightness.
45 lines • 1.12 kB
JSON
{
"name": "expo-brightness",
"version": "56.0.5",
"description": "Provides an API to get and set screen brightness.",
"main": "build/Brightness.js",
"types": "build/Brightness.d.ts",
"sideEffects": false,
"keywords": [
"react-native",
"expo",
"expo-brightness",
"brightness"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-brightness"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/brightness/",
"jest": {
"preset": "expo-module-scripts"
},
"devDependencies": {
"@types/node": "^22.14.0",
"expo": "56.0.3",
"expo-module-scripts": "56.0.2"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"gitHead": "125e8225bf36a4b9b2a159441d9ea724bcf1110f",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module"
}
}