expo-constants
Version:
Provides system information that remains constant throughout the lifetime of your app.
48 lines (47 loc) • 1.22 kB
JSON
{
"name": "expo-constants",
"version": "14.5.1",
"description": "Provides system information that remains constant throughout the lifetime of your app.",
"main": "build/Constants.js",
"types": "build/Constants.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",
"constants"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-constants"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/constants/",
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {
"@expo/config": "~8.2.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"expo-module-scripts": "^3.0.0"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "2240630a92eb79a4e4bf73e1439916c394876478"
}