UNPKG

1.2 kBJSONView Raw
1{
2 "name": "expo-constants",
3 "version": "4.0.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 "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 "constants"
20 ],
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/expo/expo.git"
24 },
25 "bugs": {
26 "url": "https://github.com/expo/expo/issues"
27 },
28 "author": "650 Industries, Inc.",
29 "license": "MIT",
30 "homepage": "https://docs.expo.io/versions/latest/sdk/constants/",
31 "jest": {
32 "preset": "expo-module-scripts"
33 },
34 "unimodulePeerDependencies": {
35 "@unimodules/core": "*",
36 "unimodules-constants-interface": "*"
37 },
38 "dependencies": {
39 "ua-parser-js": "^0.7.19"
40 },
41 "devDependencies": {
42 "expo-module-scripts": "^1.0.0",
43 "uuid": "^3.3.2"
44 },
45 "gitHead": "8413e821076a2eca36b302e68dd628ce2e1f591a"
46}