xref: /expo/packages/expo-constants/package.json (revision ee2c866b)
1{
2  "name": "expo-constants",
3  "version": "15.1.0",
4  "description": "Provides system information that remains constant throughout the lifetime of your app.",
5  "main": "build/Constants.js",
6  "types": "build/Constants.d.ts",
7  "sideEffects": false,
8  "scripts": {
9    "build": "expo-module build",
10    "clean": "expo-module clean",
11    "lint": "expo-module lint",
12    "test": "expo-module test",
13    "prepare": "expo-module prepare",
14    "prepublishOnly": "expo-module prepublishOnly",
15    "expo-module": "expo-module"
16  },
17  "keywords": [
18    "react-native",
19    "expo",
20    "constants"
21  ],
22  "repository": {
23    "type": "git",
24    "url": "https://github.com/expo/expo.git",
25    "directory": "packages/expo-constants"
26  },
27  "bugs": {
28    "url": "https://github.com/expo/expo/issues"
29  },
30  "author": "650 Industries, Inc.",
31  "license": "MIT",
32  "homepage": "https://docs.expo.dev/versions/latest/sdk/constants/",
33  "jest": {
34    "preset": "expo-module-scripts"
35  },
36  "dependencies": {
37    "@expo/config": "~8.3.0",
38    "uuid": "^3.3.2"
39  },
40  "devDependencies": {
41    "expo-module-scripts": "^3.0.0"
42  },
43  "peerDependencies": {
44    "expo": "*"
45  }
46}
47