You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.2 KiB
48 lines
1.2 KiB
{
|
|
"name": "expo-constants",
|
|
"version": "14.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": "~7.0.2",
|
|
"uuid": "^3.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"expo-module-scripts": "^3.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"expo": "*"
|
|
},
|
|
"gitHead": "b56ceb5bface07762c968c882575a041105b13b6"
|
|
}
|