expo-constants
Version:
Provides system information that remains constant throughout the lifetime of your app.
58 lines (57 loc) • 1.51 kB
JSON
{
"name": "expo-constants",
"version": "55.0.9",
"description": "Provides system information that remains constant throughout the lifetime of your app.",
"main": "build/Constants.js",
"types": "build/Constants.d.ts",
"sideEffects": false,
"exports": {
"./package.json": "./package.json",
".": {
"types": "./build/Constants.d.ts",
"react-server": "./build/Constants.server.js",
"default": "./build/Constants.js"
}
},
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"test:rsc": "jest --config jest-rsc.config.js",
"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": "~55.0.10",
"@expo/env": "~2.1.1"
},
"devDependencies": {
"expo-module-scripts": "^55.0.2"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
},
"gitHead": "a6f3e8c977474f3f8a3aad658d2b3cc23d5c43b4"
}