expo-brightness
Version:
Provides an API to get and set screen brightness.
46 lines (45 loc) • 1.16 kB
JSON
{
"name": "expo-brightness",
"version": "55.0.13",
"description": "Provides an API to get and set screen brightness.",
"main": "build/Brightness.js",
"types": "build/Brightness.d.ts",
"sideEffects": false,
"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"
},
"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": {
"expo-module-scripts": "^55.0.2"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"gitHead": "b0ada30fd6a819c5f98a23d99b1b89a2ed68743d"
}