xref: /expo/packages/expo-system-ui/package.json (revision 79607a73)
1{
2  "name": "expo-system-ui",
3  "version": "2.6.0",
4  "description": "Interact with system UI elements",
5  "main": "build/SystemUI.js",
6  "types": "build/SystemUI.d.ts",
7  "scripts": {
8    "build": "expo-module build",
9    "clean": "expo-module clean",
10    "lint": "expo-module lint",
11    "test": "expo-module test",
12    "prepare": "expo-module prepare",
13    "prepublishOnly": "expo-module prepublishOnly",
14    "expo-module": "expo-module"
15  },
16  "keywords": [
17    "react-native",
18    "expo",
19    "background-color",
20    "user-interface",
21    "appearance"
22  ],
23  "repository": {
24    "type": "git",
25    "url": "https://github.com/expo/expo.git",
26    "directory": "packages/expo-system-ui"
27  },
28  "bugs": {
29    "url": "https://github.com/expo/expo/issues"
30  },
31  "author": "650 Industries, Inc.",
32  "license": "MIT",
33  "homepage": "https://docs.expo.dev/versions/latest/sdk/system-ui",
34  "dependencies": {
35    "@react-native/normalize-color": "^2.0.0",
36    "debug": "^4.3.2"
37  },
38  "jest": {
39    "preset": "expo-module-scripts"
40  },
41  "devDependencies": {
42    "expo-module-scripts": "^3.0.0"
43  },
44  "peerDependencies": {
45    "expo": "*"
46  }
47}
48