{ "name": "expo-constants", "version": "16.0.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": "~9.0.0", "@expo/env": "~0.3.0" }, "devDependencies": { "expo-module-scripts": "^3.0.0" }, "peerDependencies": { "expo": "*" }, "gitHead": "979e9f1fc3cfa9c827700dcf99992e671cfdf63e" }