react-native-flip
Version:
46 lines (45 loc) • 1.21 kB
JSON
{
"name": "expo-constants",
"version": "12.1.2",
"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": "^5.0.9",
"expo-modules-core": "~0.4.4",
"uuid": "^3.3.2"
},
"devDependencies": {
"expo-module-scripts": "^2.0.0"
},
"gitHead": "4fa0497a180ae707fa860cb03858630ab7af19f4"
}